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

Can't resize floating RadPane?

3 Answers 85 Views
Docking
This is a migrated thread and some comments may be shown as answers.
Charles Bates
Top achievements
Rank 1
Charles Bates asked on 02 Apr 2010, 03:27 PM
Hello,
My RadDocking control:
<dock:RadDocking x:Name="Docking" Grid.Row="1" > 
    <dock:RadSplitContainer x:Name="dockLeft" > 
        <dock:RadPaneGroup x:Name="toolsGroup" > 
            <dock:RadPane x:Name="participantsPane" Header="Participants"  CanUserClose="False" IsPinned="False"  CanDockInDocumentHost="False" CanUserPin="True" AutoHideWidth="192" > 
            </dock:RadPane> 
        </dock:RadPaneGroup> 
        <dock:RadPaneGroup x:Name="bagsGroup"
            <dock:RadPane x:Name="bagInfoPane" Header="bag Palette" CanUserClose="False" 
                 AutoHideWidth="140" IsPinned="False" IsHidden="False" CanDockInDocumentHost="False"
            </dock:RadPane> 
            <dock:RadPane x:Name="bagsOn" Header=" Info" CanUserClose="False" 
                IsPinned="False" IsHidden="False" CanDockInDocumentHost="False" AutoHideWidth="140"
                <this:InfoPanel x:Name="InfoPanel"/> 
            </dock:RadPane> 
        </dock:RadPaneGroup> 
        <dock:RadPaneGroup x:Name="debugGroup" > 
            <dock:RadPane x:Name="debugPane" Header=" Info" AutoHideWidth="192" 
                IsPinned="False" IsHidden="False" CanDockInDocumentHost="False" CanUserClose="False"
            </dock:RadPane> 
        </dock:RadPaneGroup> 
    </dock:RadSplitContainer> 
    <dock:RadDocking.DocumentHost> 
        <dock:RadSplitContainer x:Name="Container1"
            <dock:RadPaneGroup x:Name="leftGroup" dragDrop:RadDragAndDropManager.AllowDrop="True"
            </dock:RadPaneGroup> 
            <dock:RadPaneGroup x:Name="rightGroup"  dragDrop:RadDragAndDropManager.AllowDrop="True" 
                Visibility="Collapsed" > 
            </dock:RadPaneGroup> 
        </dock:RadSplitContainer> 
    </dock:RadDocking.DocumentHost> 
</dock:RadDocking> 
 

When I drag a RadPaneGroup, or a single RadPane, from docked to floating, I can't resize the floating window.  
What do I need to do to enable that?  I couldn't find a property on either RadPaneGroup or RadPane. 
Thanks for any suggestions....


3 Answers, 1 is accepted

Sort by
0
Philip Ashworth
Top achievements
Rank 1
answered on 06 Apr 2010, 11:55 AM
Hi,

I have the same issue, is there a new setting to allow this?

Also when a window is docked I can resize it but the cursor over the dragable border isn't showing as the resize cursor just the arrow cursor.

Thanks Phil.
0
Philip Ashworth
Top achievements
Rank 1
answered on 06 Apr 2010, 11:57 AM
Correction.

It will let me resize but it is because the cursor hasn't changes that I don't know where I can drag from!
0
Konstantina
Telerik team
answered on 06 Apr 2010, 05:03 PM
Hello guys,

Thank you for contacting us.

I used the code which Charles posted to build a sample project. But unfortunately I couldn't reproduce the issues you are both experiencing. Attached I am sending you a short video for reference.
Please check it out and if I am doing something different than you, provide us with step-by-step description on how to reproduce the issues.
Also, sending us a sample running project, which we can test here locally, in which we can observe the problems, will help us resolve the issues in a timely manner.

Looking forward to your replies.

All the best,
Konstantina
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.
Tags
Docking
Asked by
Charles Bates
Top achievements
Rank 1
Answers by
Philip Ashworth
Top achievements
Rank 1
Konstantina
Telerik team
Share this question
or