I want to fully expand or restore a GWT HorizontalSplitPanel when the user double clicks in the panel thumb.
I was planning to extend the HorizonTalSplitPanel to add this behavior, but since it’s a final class, it’s not possible.
Does anybody knows a way to implement this behavior?
Thanks.
I have implemented something similar to DLH’s suggestion, details of which are here
It works great in IE, but I’ve been getting sporadic behaviour in Firefox.