garrynewman / GWEN

Abandoned: GWEN - GUI Without Extravagant Nonsense.
MIT License
427 stars 102 forks source link

Scroll control and tree views #76

Open jswigart opened 11 years ago

jswigart commented 11 years ago

The early out block of code in Scrollcontrol::Updatescrollbar prevents scroll bars being available when adding long tree views to dock pages. Commenting this out appears to work as expected but presumably there is a reason for that code that I'm not aware of and there may be need for a proper fix.

jswigart commented 11 years ago

The if( ContentsAreDocked() ) block early out to be specific

jleveque commented 10 years ago

Confirmed here, also. This bug also affects other scrollable controls besides the TreeControl, namely the CollapsibleList.