Skip to content

option for max height of parent #44

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.

for example:
screenshot 2016-04-01 19 44 25

<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>

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions