Currently when I drag the divider to resize the docks, then the resizing happens only when the mosue is released. I want that the resizing happens as the mouse is dragged(as it happens in eclipse). Can this be done. Thanks for help
Can be done:
- You need to access the SplitDockStation on which your elements are.
- Call “SplitDockStation.setContinousDisplay” and set the property to “true”.