Uploaded image for project: 'ZK'
  1. ZK
  2. ZK-2222

listhead not aligned with listitem

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: Normal Normal
    • 7.0.2
    • 7.0.1
    • Components

      When listbox set property span="true" and listhead set property visible="false",
      then will cause listhead not aligned with listitem.

      Sample Code:

      <window >
       <listbox span="true">
        <listhead sizable="true">
         <listheader align="center" width="40px" label="1"/>
         <listheader align="center" width="40px" label="2"/>
         <listheader align="center" width="40px" label="3"/>
         <listheader align="center" label="4" width="40px" visible="false"/>
         <listheader align="center" label="5" width="40px"/>
        </listhead>
        <listitem height="28px">
         <listcell label="1"/>
         <listcell label="2" />
         <listcell label="3" />
         <listcell label="4" />
         <listcell label="5" />
        </listitem>
        <listitem height="28px">
         <listcell label="1" />
         <listcell label="2" />
         <listcell label="3" />
         <listcell label="4" />
         <listcell label="5" />
        </listitem>
        <listitem height="28px">
         <listcell label="1" />
         <listcell label="2" />
         <listcell label="3" />
         <listcell label="4"/>
         <listcell label="5" />
        </listitem>
        <listitem height="28px">
         <listcell label="1" />
         <listcell label="2" />
         <listcell label="3" />
         <listcell label="4" />
         <listcell label="5" />
        </listitem>
        <listitem height="28px">
         <listcell label="1" />
         <listcell label="2" />
         <listcell label="3" />
         <listcell label="4" />
         <listcell label="5" />
        </listitem>
       </listbox>
      </window>
      

            noahhuang noahhuang
            aaa4790 aaa4790
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved: