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
Hi all, I'm writing a music player and I use StandardTableView to show track listings. These are shown on pages that already have a scrollbar, and are never more than a few tens of rows, so I'd like the StandardTableView to just be the full height of it's rows and not do any scrolling.
If I set the height manually it looks correct, but if you use the mouse wheel to try to scroll the "page" and your cursor falls over the table, the table starts eating the events and stops scrolling.
Essentially what l I need is a StandardTableView without it's wrapping ScrollView.
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.
-
Hi all, I'm writing a music player and I use StandardTableView to show track listings. These are shown on pages that already have a scrollbar, and are never more than a few tens of rows, so I'd like the StandardTableView to just be the full height of it's rows and not do any scrolling.
If I set the height manually it looks correct, but if you use the mouse wheel to try to scroll the "page" and your cursor falls over the table, the table starts eating the events and stops scrolling.
Essentially what l I need is a StandardTableView without it's wrapping ScrollView.
Here's a Slintpad showing the issue: StandardTableView Issue
Thank you in advance for any help you can provide!
Thanks,
Jason
Beta Was this translation helpful? Give feedback.
All reactions