steinbergmedia / vstgui

A user interface toolkit mainly for audio plug-ins
Other
850 stars 121 forks source link

Implementation of an Auto Layout for Row Column View Container #323

Closed rehans closed 2 months ago

rehans commented 3 months ago

Implementation of an Auto Layout like described on this website: https://medium.com/timeless/figma-updates-new-auto-layout-alignments-ec6cb134aea4

You can access the new layouts in the VSTGUI Live editor Row Column View Container: equal-size-layout (equal-size-layout could be renamed as the new auto layout also allows different view sizes of children).

rehans commented 2 months ago

@scheffle I added some documentation to explain what AutoLayout does.