Hi,
I have a requirement to hide the first component when the splitter bar was double clicked, and to restore it on a subsequent double click. Unfortunately, the SplitPanel does not provide getters for the splitter position, meaning I cannot restore the splitter to it’s original position.
In addition, when pixels were being used for the splitter position, the position variable was not being updated on the server side component when the splitter bar was resized.
I have modified SplitPanel/VSplitPanel to address these issues, created
Ticket #4460
, and attached a (6.3) patch to that ticket.
I hope the patch - or something similar - can be incorporated into the final release of 6.3
Cheers,
Charles.