resizing split panels while the splitterbar is being moved
I'm testing a multi panel canvas using jqxwidgets sliderbar.
Here is the target demo I'm trying to amend (using FireQuery add-on in Firefox to test injected jQuery through jQuerify).
http://www.jqwidgets.com/jquery-widgets-demo/demos/jqxsplitter/defaultfunctionality.htm?classic
When dragging the splitterbar I see that the panel positions remain fixed in position until dragging is complete.
The splitterbar line actually crosses over the panel view and the panel only resizes after the splitterbar is released.
I would like to amend this default method so that the panels dynamically autoresize during the dragging of the splitterbar.
The reason is to preview the panel content before the splitterbar is released.
I don't see how to bind an event to the dragging splitterbar which would then allow to call a function to constantly resize the panels during the drag time.
...
Incidentally the same symptoms (panels fixed in position while dragging splitterbar) can be seen in this demo
http://demos.kendoui.com/web/splitter/index.html
So it appears to be the core jQuery methods which exhibit these symptoms of panels not moving in sync with the splitterbar rather than the widgets layer (jqwidgets or kendoui or others).