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.
for example:

<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>
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.
for example:
