I have two VBoxes divided via a HDividedBox. Is it possible to show or hide one of the VBox by double clicking on HDividedBox?
I know the use of moveDivider() and getDividerAt() methods but is there any HDividedBox functionality for this kind of problem.
I have two VBoxes divided via a HDividedBox. Is it possible to show or
Share
So, i recommend to use custom component instead of HDividedBox ;).
Specially for you – event-based component, which process double-click on divider (200ms – doubleClick interval):
AND custom event
Example of using:
You can modify that module as you want. I want just thanks:)