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

Want RadPanes to initially be closed/unpinned

8 Answers 72 Views
Docking
This is a migrated thread and some comments may be shown as answers.
Matt Greer
Top achievements
Rank 1
Matt Greer asked on 21 Jun 2010, 04:34 PM
How can I make it so the RadPanes in a RadPaneGroup are initially closed (unpinned)?

This is what I have so far:

<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:RadPane x:Name="_testCaseLibraryPane" Header="Test Case Library"  
                             CanFloat="False" CanUserClose="False" CanUserPin="True" IsPinned="False"
                <my1:RequirementsLibraryDrawerControl x:Name="_testCaseLibraryDrawer" /> 
            </radDock:RadPane> 
        </radDock:RadPaneGroup> 
 
    </radDock:RadSplitContainer> 
</radDock:RadDocking> 


This completely does what I want except for one thing: 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.

If I set DockingPanel.InitialSize to "0,0", then they start out closed. But then when you open them they are only a mere sliver in width.

Thanks.

8 Answers, 1 is accepted

Sort by
0
George
Telerik team
answered on 23 Jun 2010, 05:45 PM
Hello Matt Greer,

Thank you for contacting us.

We are aware of this behavior of RadDocking in this scenario. It will be fixed in some of our further releases.

I hope this information helps. I will be glad to assist you further.


Kind regards,
George
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items
0
Joe Schick
Top achievements
Rank 1
answered on 28 Jun 2011, 03:38 PM
Has this been addressed yet?
0
Miroslav Nedyalkov
Telerik team
answered on 01 Jul 2011, 07:52 AM
Hi Joe,

 This problem is not fixed yet, but its effect could be softened by setting the telerik:AnimationManager.AnimationSelector to Null.

All the best,
Miroslav Nedyalkov
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items
0
Matthew
Top achievements
Rank 1
answered on 02 Jan 2012, 06:37 PM
Hello,

I too have noticed this behavior.  Has this issue been fixed? If so, could you please describe the workaround?  I agree with the original post: this behavior is quite noticeable and distracting.

I have reviewed the comments on the tracker as well.  telerik:AnimationManager.AnimationSelector = Null is not a good workaround.  It simply removes the animation of the initial RadPane collapse. It does not remove the initial collapse itself.

Kind Regards,

Matt
0
Miroslav Nedyalkov
Telerik team
answered on 03 Jan 2012, 11:04 AM
Hello,

This issue is not resolved yet. When we fix it, the PITS item will be updated and the fix will be included in the release notes.

Kind regards,
Miroslav Nedyalkov
the Telerik team

Explore the entire Telerik portfolio by downloading the Ultimate Collection trial package. Get it now >>

0
Vikas Shirke
Top achievements
Rank 1
answered on 01 Mar 2012, 09:20 AM
Did this issue got resolved in new releases. If yes can you please tell me in which version?

Thanks,
--Vikas
0
Ron
Top achievements
Rank 1
answered on 07 Sep 2012, 06:38 PM
Any update on if this has been fixed?
0
Miroslav Nedyalkov
Telerik team
answered on 10 Sep 2012, 08:28 AM
Hi Everybody,

This problem is fixed and the fix will be included in the upcoming 2012 Q2 SP2 and in the 2012 Q3 releases.

Kind regards,
Miroslav Nedyalkov
the Telerik team

Explore the entire Telerik portfolio by downloading Telerik DevCraft Ultimate.

Tags
Docking
Asked by
Matt Greer
Top achievements
Rank 1
Answers by
George
Telerik team
Joe Schick
Top achievements
Rank 1
Miroslav Nedyalkov
Telerik team
Matthew
Top achievements
Rank 1
Vikas Shirke
Top achievements
Rank 1
Ron
Top achievements
Rank 1
Share this question
or