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

The splitter issue occurs after dragging splitter several times

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Invalid
    • Icon: Normal Normal
    • None
    • 5.0.9
    • Components
    • Security Level: Jimmy

      <window border="normal" width="500px">
      <hbox >
      <vbox  heights="100px,100px">
      Column 1-1: The left-top box. To know whether a splitter
      is collapsed, you can listen to the onOpen event.
      <splitter  collapse="before"/>
      Column 1-2: You can enforce to open or collapse programming
      by calling setOpen method.
      </vbox>
      <splitter collapse="before"/>
      <tree id="myTree">
      <treecols>
      <treecol label="Name" />
      </treecols>
      </tree>
      </hbox>
      </window>
      

            benbai benbai
            matthewgo matthewgo
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved: