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
I need advice about how to create such an UI, like a DAW or video edit, sketch below:
Red is a window (View in terms of flet)
Yellow is main content, which consists of two parts:
green - headers with "track info" (Column)
blue - tracks (horizontal ListView)
I want two scrolls (bold lines in sketch):
vertical yellow - should scroll yellow part of content (headers + tracks)
horizontal blue - should scroll only blue part of content (tracks)
I was able to get vertical scroll, but no luck with horizontal...
Any suggestions?
PS: it would be great to place another vertial scroll on green part (headers), which duplicate yellow vertical scroll and will scroll full yellow part as well.
PPS. another concern is that ListView renders all its elements from the start, but I thought that it should render only visible part of its content...
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Question
Hello,
I need advice about how to create such an UI, like a DAW or video edit, sketch below:

I want two scrolls (bold lines in sketch):
I was able to get vertical scroll, but no luck with horizontal...
Any suggestions?
PS: it would be great to place another vertial scroll on green part (headers), which duplicate yellow vertical scroll and will scroll full yellow part as well.
PPS. another concern is that ListView renders all its elements from the start, but I thought that it should render only visible part of its content...
Code sample
Error message
No response
------------------------------------------------------
Beta Was this translation helpful? Give feedback.
All reactions