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

RadPaneGroup

1 Answer 103 Views
TabControl
This is a migrated thread and some comments may be shown as answers.
Francisco
Top achievements
Rank 1
Francisco asked on 21 Jun 2013, 09:22 PM
<telerik:RadPaneGroup Margin="33,25,34,20" Grid.Row="1" Grid.ColumnSpan="5" x:Name="pnlgpPadre" 
Visibility="Collapsed">
        <telerik:RadPane Header="Mipan" x:Name="Hijo1"/>
        <telerik:RadPane Header="Mipan2" x:Name="Hijo2"/>
</telerik:RadPaneGroup>
When my aplication started the 'pnlgpPadre' appers in the MainWindow and this shouldn't be there, this should be collapsed

1 Answer, 1 is accepted

Sort by
0
Kalin
Telerik team
answered on 26 Jun 2013, 01:34 PM
Hello,

The Visibility property of the Docking control is one of the not supported properties in the current version of the control, that's why it is not working. You can achieve the desired scenario by hiding all the Panes in the PaneGroup - you can select them with the EnumeratePanes method of the PaneGroup. Please see the attached sample project for the exact approach.

Hope this helps.

Regards,
Kalin
Telerik
TRY TELERIK'S NEWEST PRODUCT - EQATEC APPLICATION ANALYTICS for WPF.
Learn what features your users use (or don't use) in your application. Know your audience. Target it better. Develop wisely.
Sign up for Free application insights >>
Tags
TabControl
Asked by
Francisco
Top achievements
Rank 1
Answers by
Kalin
Telerik team
Share this question
or