Resizing Docks

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:

  1. You need to access the SplitDockStation on which your elements are.
  2. Call “SplitDockStation.setContinousDisplay” and set the property to “true”.