This is a migrated thread and some comments may be shown as answers.

Open Pane

1 Answer 41 Views
Docking
This is a migrated thread and some comments may be shown as answers.
Aziz
Top achievements
Rank 1
Aziz asked on 09 Mar 2012, 08:03 PM
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:

<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?

1 Answer, 1 is accepted

Sort by
0
Boyan
Telerik team
answered on 14 Mar 2012, 12:45 PM
Hi,

When you click the X button to close the RadPane, you are actually setting its IsHidden property to true. So all you need is to set the property to False and the RadPane will show again.

All the best,
Boyan
the Telerik team
Sharpen your .NET Ninja skills! Attend Q1 webinar week and get a chance to win a license! Book your seat now >>
Tags
Docking
Asked by
Aziz
Top achievements
Rank 1
Answers by
Boyan
Telerik team
Share this question
or