Hi Ranchers!
I am trying to recognize a event on dragging the splitter of a SplitPanelLayout.
Here I am using a splitLayoutPanel through a UI binder.Left side of the Split is my Menu and the Right side is a Frame,which displays data on click of a Node from the Menu.
What I am trying to achieve here is to recognize the event on dragging the splitter so that I can Resize the Frame which is showing the data.
When I try to hide the Menu by dragging the splitter the frame moves without resizing ....
Is there a way to recognize the splitter event...
Thanks in advance...