Vflex attribute on vertical tabbox cannot works

XMLWordPrintable

    • Type: Bug
    • Resolution: Fixed
    • Priority: Normal
    • 5.0.9
    • Affects Version/s: 5.0.8
    • Component/s: Components
    • Security Level: Jimmy
    • None

      <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)

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

              Created:
              Updated:
              Resolved: