First time here? Check out the FAQ!
![]() | 1 | initial version | |
simple answer is: don't set the rows attribute an just use vflex="1"
<zk>
<vlayout height="100%">
before
<!-- textbox takes remaining space between before an after-->
<textbox vflex="1" multiline="true"/>
after
</vlayout>
</zk>
is there a reason why you need to set both?
![]() | 2 | No.2 Revision |
simple answer is:
don't set the rows rows
attribute an just use vflex="1"
<zk>
<vlayout height="100%">
before
<!-- textbox takes remaining space between before an after-->
<textbox vflex="1" multiline="true"/>
after
</vlayout>
</zk>
is there a reason why you need to set both?