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

Vflex attribute on vertical tabbox cannot works

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: Normal Normal
    • 5.0.9
    • 5.0.8
    • Components
    • Security Level: Jimmy

      <window width="500px" height="500px" sizable="true" border="normal">
      <tabbox orient="vertical" vflex="1" >
          <tabs>
      	<tab label="One"/>
      	<tab label="Two"/>
      					
          </tabs>
          <tabpanels>
      	<tabpanel>
                  <groupbox hflex="1" vflex="1">
      		<label value="One"/>
                  </groupbox>
      	</tabpanel>
      	<tabpanel>
      		<label value="Two"/>
      	</tabpanel>				
          </tabpanels>
      </tabbox>
      </window>

      The groupbox should also works well(vflex doesn't works)

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

              Created:
              Updated:
              Resolved: