--- adept-3.0~beta2ubuntu5/adept/extendablelist.cpp 2008-10-03 14:37:38.000000000 -0400 +++ extendablelist.cpp 2008-10-14 10:54:22.000000000 -0400 @@ -8,6 +8,8 @@ setRootIsDecorated( false ); setEditTriggers( 0 ); setAlternatingRowColors( true ); + setAutoScroll( true ); + setVerticalScrollMode ( QAbstractItemView::ScrollPerPixel ); new adept::ExtendingEditorBuddy( this, delegate ); }