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

Listbox - auxhead, listhead and listfoot width is not calculated properly

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: Later Later
    • 7.0.0
    • None
    • None
    • None

      Please look at the attached screenshot.

          <window border="normal" height="100%" width="100%">
      
              <listbox vflex="1">
                  <auxhead style="background: white">
                      <auxheader label="x"></auxheader>
                      <auxheader label="x"></auxheader>
                  </auxhead>
      
                  <listhead>
                      <listheader label="1"/>
                      <listheader label="2"/>
                  </listhead>
      
                  <listitem>
                      <listcell label="a"/>
                      <listcell label="a"/>
                  </listitem>
                  <listitem>
                      <listcell label="b"/>
                      <listcell label="b"/>
                  </listitem>
                  <listitem>
                      <listcell label="c"/>
                      <listcell label="c"/>
                  </listitem>
                  <listitem>
                      <listcell label="d"/>
                      <listcell label="d"/>
                  </listitem>
                  <listitem>
                      <listcell label="e"/>
                      <listcell label="e"/>
                  </listitem>
      
                  <listfoot>
                      <listfooter label="z"></listfooter>
                      <listfooter label="z"></listfooter>
                  </listfoot>
              </listbox>
      
          </window>
      

            jumperchen jumperchen
            czynga czynga
            Votes:
            1 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: