Open
Description
Once #3820 is done, which fixes
we will want to upgrade TreeView
to support ScrollBar
. There are two approaches:
- Upgrade
TreeView
to utilize the virtual content scrolling now built intoView
viaViewport
,ViewportSettings
, andSetContentSize()
. - Leave the existing scroll logic in place, and program
View.HorizontalScrollBar/VerticalScrollBar
manually.
The former is a far better solution and should not be too hard to accomplish.
Metadata
Metadata
Assignees
Labels
No labels
Type
Projects
Status
No status