Table growing / flex columns
-
Really start to enjoy using the table for stuff. Very handy for building settings and multi selection interfaces.
However one thing that would improve this feature by a lot is having flex or growing columns.
Basically if a column is set to grow it will fill the available space respecting the width of the others. Similar to how flexboxes work in css.Right now every column has its own width even if there is no element specified so you cannot really build setting interfaces where you want a ComboBox and a Button since it looks off and shifted.
Example of the current interface.
Mockup with flex layout.
this might be possible since there is MinWidth MaxWidth and Width parameters however only MinWidth and Width seem to be doing anything. MaxWidth -1 auto layout does not work.