Menu

#2743 Mesh Element with hflex min causes zero width

5.0.7
closed-fixed
nobody
5
2011-06-30
2011-06-28
Simon Pai
No

<zk>
<grid hflex="min">
<rows>
<row>
Row Content
</row>
</rows>
</grid>
<listbox hflex="min">
<listitem>
<listcell>Listitem Content</listcell>
</listitem>
</listbox>
<tree hflex="min">
<treechildren>
<treeitem>
<treerow>
<treecell>Treeitem Content</treecell>
</treerow>
</treeitem>
</treechildren>
</tree>
</zk>

Discussion

  • Simon Pai

    Simon Pai - 2011-06-30
    • status: open --> closed-fixed
     
  • Simon Pai

    Simon Pai - 2011-06-30

    Fixed since 2011/6/30.

    In this case, it is more intuitive to make it equivalent to sizedByContent = true.

     

Log in to post a comment.