-
Notifications
You must be signed in to change notification settings - Fork 263
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
GroupWidget scrolling issue? #599
Comments
Imho a scrollable GroupWidget doesn't make any sense. Why would you want that? |
I use it to show what reports were generated. And it looks quite nice. I also tried a |
Lists of stuff should be in some sort of listbox imho or a grid maybe. I am somewhat surprised there is no listbox in the default widget set (See e.g. #538), but there are plenty of ways I guess. The most obvious one being just a scrollable widget within the GroupWidget.. or creating an |
One way around this is to put a |
Hi,
I have a
GroupWidget
. If there is no setmax-height
for the widget like so:... which I add

flx.Labels
to it at runtime. The problem is, the bottom part of the widget get's cut and the contents get covered on the right side by the scrollbar, like so:Setting the
max-height
to something lower than what can optically be judged on the screen fixes the bottom cutting out issue, but I do not wish to try to eyeball the height every time.What is the correct way to use a
GroupWidget
with scrolling, so that these issues are are not a problem?Thanks
The text was updated successfully, but these errors were encountered: