This question is locked. New answers and comments are not allowed.
on my RadPane i have left it so that users can click on the X to close the pane, however if they can close it they need to open it.
so lets say i have this:
the user clicks close on pane2 and pane3 then later decides that was a mistake and wants only pane3 to come back. how do i 'open' a pane manually?
so lets say i have this:
<telerik:RadPaneGroup x:Name="Group1"> <telerik:RadPane x:Name="Pane1" Header="Server Explorer"/> <telerik:RadPane x:Name="Pane2" Header="Toolbox"/> <telerik:RadPane x:Name="Pane3" Header="Properties"/> </telerik:RadPaneGroup>the user clicks close on pane2 and pane3 then later decides that was a mistake and wants only pane3 to come back. how do i 'open' a pane manually?