vlang / ui

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

UI.Group Needs To Allow Adding More Widgets And Horizontal Orientation #580

Open Wajinn opened 19 hours ago

Wajinn commented 19 hours ago

1) Presently, only button and text box widgets can be added.

Should have at least label, check box, radio widgets also available.

2) Widgets in ui.group seem to only allow widgets to be added vertically.

Should have setting in group to also switch to horizontal orientation of widgets.