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

Grid Footer cannot scroll horizontally in tablets.

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: Normal Normal
    • 6.5.1
    • 6.5.0
    • None
    • iPad2, Galaxy Tab2 10.1

      Footer will not follow column/row when scroll horizontally

      <grid>
          <zscript>Object[] o = new Object[20];</zscript>
          <columns>
              <column forEach="${o}" width="100px">Column</column>
          </columns>
          <rows>
              <row>
                  <label forEach="${o}">Label</label>
              </row>
          </rows>
          <foot>
              <footer forEach="${o}">Footer</footer>
          </foot>
      </grid>
      

            vincentjian vincentjian
            rangilin rangilin
            Votes:
            1 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: