You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is there a mechanism to set the initial X/Y for a ScrollView before the widget is mounted? Currently I'm using obj.scroll_to() after await self.mount(obj), which works, but ends up flashing the un-scrolled view first before scrolling
Calling scroll_to before mounting seems to have no effect
The text was updated successfully, but these errors were encountered:
Is there a mechanism to set the initial X/Y for a
ScrollView
before the widget is mounted? Currently I'm usingobj.scroll_to()
afterawait self.mount(obj)
, which works, but ends up flashing the un-scrolled view first before scrollingCalling
scroll_to
before mounting seems to have no effectThe text was updated successfully, but these errors were encountered: