geom3trik / tuix

Cross-platform GUI toolkit written in Rust
MIT License
161 stars 11 forks source link

Responsive column/grid container #45

Open WeirdConstructor opened 2 years ago

WeirdConstructor commented 2 years ago

I would love a responsive column/grid container, where I can specify the height of rows, and have the container wrap my child widgets according to their width. This will be a powerful in combination with the split container, the resizeable panels or resizing containers in general.

It would be important that this also works in combination with a vertical scrollbar, so that the (vertical) overflow can be scrolled through.

geom3trik commented 2 years ago

This will require changes to the layout system: https://github.com/geom3trik/morphorm/issues/7