Expander doesn't currently support an orientation property - they are always horizontal. TabPane does not currently support aligning the tab buttons to anything other than the default (top or left). You can collapse a tab pane programmatically by setting the selected index to -1.
FYI, even though it is referred to as a demo, the Kitchen Sink application actually lives in the tutorials project. On Friday, May 14, 2010, at 01:53PM, "JohnRodey" <[email protected]> wrote: > >Can an expandor be vertical, like a vertical tabpane? > >If no, then I will use a tab pane with one tab and then have the following >questions: >1) How to bring up tab collapsed by default? I could probably press it >through code, but is there some simple tag? Looks like you have an example >of this in the kitchen sink demo, but I cannot seem to find the source for >that. I found source for the toturial, which does not use this feature. >2) If there is only one tab and its vertical, can the tab be set to be at >the bottom of the pane instead of the top by default? > >Thanks >-- >View this message in context: >http://apache-pivot-users.399431.n3.nabble.com/Few-questions-about-navigation-objects-tp817944p817944.html >Sent from the Apache Pivot - Users mailing list archive at Nabble.com. > >
