I have a HLayout with two panels in them.
If i setShowResizeBar(true) i'm able to collapse the panel manually, but how can i do it programmatically (eg. if i click in a button) ?
If it was vertical I could use a SectionStack, but there's no alternative for Horizontal layouts..
If i setShowResizeBar(true) i'm able to collapse the panel manually, but how can i do it programmatically (eg. if i click in a button) ?
If it was vertical I could use a SectionStack, but there's no alternative for Horizontal layouts..