-
Type:
Bug
-
Resolution: Fixed
-
Priority:
Normal
-
Affects Version/s: 5.0.8
-
Component/s: Components
-
Security Level: Jimmy
-
None
-
None
The column header for the hflex calculated incorrectly and it is not aligned with row datas.
Only happened when scroll bar showed.
<zk> <grid width="500px" height="60px"> <columns> <column width="80px" label="Name"></column> <column hflex="1" label="Title"></column> <column width="80px" label="Analyst"></column> <column width="80px" label="Symbol"></column> <column width="80px" label="Source"></column> </columns> <rows> <row> <cell><label value="name1" /></cell> <cell><label value="name1" /></cell> <cell><label value="name1" /></cell> <cell><label value="name1" /></cell> <cell><label value="name1" /></cell> </row> <row> <cell><label value="name1" /></cell> <cell><label value="name1" /></cell> <cell><label value="name1" /></cell> <cell><label value="name1" /></cell> <cell><label value="name1" /></cell> </row> </rows> </grid> </zk>