-
-
Notifications
You must be signed in to change notification settings - Fork 34
Open
Description
if possible can you add a attribute like "fill parent"? this way its possible to create layouts with fixed header and scrollable columns, right now i haven't found a way to realize such a scenario.
<screen>
<page>
<box fit>
HEADER
</box>
<box style="background:red;">
<hbox>
<box style="background: purple; overflow-y: scroll">
<div style="width: 20px; height: 2000px; background: blue;"></div>
</box>
<box>
RIGHT
</box>
</hbox>
</box>
</page>
</screen>
xtagon
