TextView
- Upgrade to use Upgrade to use Content Area for scrolling
#3823
Labels
Milestone
TextView
- Upgrade to use Upgrade to use Content Area for scrolling
#3823
Once #3820 is done, which fixes
ScrollBar
based on a newScroll
and removeScrollBarView/ScrollView
#2489we will want to upgrade
TextView
to supportScrollBar
. There are two approaches:TextView
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: