vlang / ui

A cross-platform UI library written in V
MIT License
2.31k stars 154 forks source link

BoxLayout #501

Closed rcqls closed 1 year ago

rcqls commented 1 year ago

BoxLayout (old name GridLayout) provides layout management by specifying its bounding box in absolute or relative sizes and coordinates.

Also fixes on scrolling issue (notably, bad update when scrolling on a row containing already scrolled textbox or listbox.

Even though this PR provides a lot of stuff on BoxLayout, it would be considered as an experimental layout. Development is being continued.....