We presently have a .NET application which displays a diagram from an Oracle data source and a .NET program. Attached is a screenshot of the user interface with the diagram.
The goal is to provide the users the ability to dynamically resize the various 'rectangles' in the diagram, by dragging the horizontal and vertical lines. As an example, in the attached diagram page 2, we'd like to expand the TIG area from 33.33% to 50% by dragging the vertical line that separates it from General Reinsurance Corp.
As an example we would draw a vertical splitter line/object at the border and constrain the drag horizontally. When the splitter is dragged in either direction it sends a message to the adjacent object to resize and change value.
Question is are there any controls currently offered by Telerik out of the box that we could use to accomplish this?