theia-ide / sprotty

A next-gen web-based graphics framework
Apache License 2.0
138 stars 23 forks source link

[layouts] implement fillWidth/fillHeight layout options #160

Open JanKoehnlein opened 7 years ago

JanKoehnlein commented 7 years ago

I'd like to have fill layout options, e.g. to let an element fill the entire width of its container with vbox layout, we should properly implement a two-phase layout. These should be definable per layouted child, like the vAlign/hAlign options.