hello,
Is is possible to have just 1 pane inside of the splitter and have that resize? pretty much just a box that has the ability to resize the height.
this shows the content that i want and the resize bar but the bar does not allow you to resize without a second pane. Are there any work arounds for this so that we can use just a single pane?
Is is possible to have just 1 pane inside of the splitter and have that resize? pretty much just a box that has the ability to resize the height.
<telerik:RadSplitter Orientation="Horizontal" ResizeMode="AdjacentPane" Width="100%" ID="rsSplitter" runat="server"> <telerik:RadPane ID="spltPane" Scrolling="Y" runat="server"> <div>sdasdsadasd</div> </telerik:RadPane> <telerik:RadSplitBar AdjacentPanesNames-TopPaneName="spltPane" ID="splitter1" runat="server" /> </telerik:RadSplitter>this shows the content that i want and the resize bar but the bar does not allow you to resize without a second pane. Are there any work arounds for this so that we can use just a single pane?