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

Want RadPanes be closed/unpinned at the time of initial loading of window

1 Answer 20 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Vikas Shirke
Top achievements
Rank 1
Vikas Shirke asked on 01 Mar 2012, 09:19 AM

When the view is initially loaded, the RadPanes start out open, and then immediately shut. This is visible and distracting. I really want them to just be closed from the get go.How can I make it so the RadPanes in a RadPaneGroup are initially closed (unpinned)?

How can I make it so the RadPanes in a RadPaneGroup are initially closed (unpinned)?

Code snipet:

<radDock:RadDocking x:Name="radDocking1" Background="{StaticResource WindowBackgroundBrush}">
<radDock:RadDocking.DocumentHost>
<!-- controls here -->
</radDock:RadDocking.DocumentHost>
<radDock:RadSplitContainer radDock:DockingPanel.InitialSize="300,300" MaxWidth="600"
Name="RightContainer" InitialPosition="DockedRight">
<radDock:RadPaneGroup x:Name="_librariesGroup">
<radDock:RadPane x:Name="_requirementsLibraryPane" Header="Requirements Library"
CanFloat="False" CanUserClose="False" CanUserPin="True" IsPinned="False">
<my1:RequirementsLibraryDrawerControl x:Name="_requirementsLibraryDrawer" />
</radDock:RadPane>
 
 
 
</radDock:RadPaneGroup>
</radDock:RadSplitContainer>
</radDock:RadDocking>


1 Answer, 1 is accepted

Sort by
0
Georgi
Telerik team
answered on 06 Mar 2012, 08:19 AM
Hi Vikas,

We are aware of this issue and we will try to fix it for one of our future releases.
Here you can find the pits item for this issue, you can vote and monitor the progress of fixing it.


Kind regards,
Georgi
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
General Discussions
Asked by
Vikas Shirke
Top achievements
Rank 1
Answers by
Georgi
Telerik team
Share this question
or