I want to implement a control to change the relative size of two sections within a single entity. This would use an east-west resize cursor, and as the user dragged it would make one block smaller and the other larger. The parent entity needs to remain the same size.


If possible I would like to search around and see if anybody else has already implemented a javascript control that does this. However, I can't work out what to actually search for.
I have had a look at JQueryUI Resizables, Draggables and Sliders. None of them are quite a perfect fit.
Do you know what this pattern is called? Can you think of an implementation of this pattern in the wild (preferably web based)?