ScrollView initial scroll before mount #4725
Unanswered
kdkavanagh
asked this question in
Q&A
Replies: 1 comment
-
No, I don't think there's a mechanism for that yet. I've hit the same issue before and agree it would be very useful. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
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 effectBeta Was this translation helpful? Give feedback.
All reactions