andlabs / ui

Platform-native GUI library for Go.
Other
8.33k stars 651 forks source link

Scrollbar on box and windows #338

Open hfmrow opened 5 years ago

hfmrow commented 5 years ago

Hi, I created a little software with go for editing csv with your andlabs ui (love it for the portability to all operating system and for its very simple use). you can see it on: https://github.com/hfmrow/csveditor.

I would be happy to find a way to have a vertical scroll bar for windows and boxes, I mean a fixed size box and/or window with multiple controls (16-18) actually extend the size of the window or box, but the size becomes out of the maximum height range of the on-screen display and the bottom controls are invisible (I can use [alt] + lmb but ...). Is there a way to have a maximum height of a box and/or window and get a vertical scroll bar when there are too many controls?

For example, you can try to load or create a csv file with more than 18 fields and edit a line, you can see the edit window or an option tab that does not display the last controls or buttons .

I hope I'm clear enough (English is not easy for me ...). I'm using ubuntu for development. Thank you for your work.

boussou commented 5 years ago

Apparenlty not. https://github.com/andlabs/ui/issues/253

andlabs commented 5 years ago

This is planned; follow andlabs/libui#178

hfmrow commented 5 years ago

Thanks to you for answering this question. But long time after getting this issue without concrete solution, i've must doing a choice. I've been constrained to use another way to developing gui apps that give me more flexibility, unfortunately, without a full perfection (like in c or python.) ... better than other gui but less portability perspective ... I always take an eye on Andlabs and hope he get full maturity as soon as possible. Many thanks for your efforts.