TreeView
- Upgrade to use Content Area for scrolling
#3824
Labels
Milestone
TreeView
- Upgrade to use Content Area for scrolling
#3824
Once #3820 is done, which fixes
ScrollBar
based on a newScroll
and removeScrollBarView/ScrollView
#2489we will want to upgrade
TreeView
to supportScrollBar
. There are two approaches:TreeView
to utilize the virtual content scrolling now built intoView
viaViewport
,ViewportSettings
, andSetContentSize()
.View.HorizontalScrollBar/VerticalScrollBar
manually.The former is a far better solution and should not be too hard to accomplish.
The text was updated successfully, but these errors were encountered: