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

Expanding an unpinned radpane by clicking and not on mouse over

3 Answers 112 Views
Docking
This is a migrated thread and some comments may be shown as answers.
Alessandro
Top achievements
Rank 1
Alessandro asked on 16 Jun 2011, 02:43 PM
Hi all, is it possible to expand an unpinned pane by clicking. I want to keep the pane collapsed when the user moves the mouse over it and expand the pane only by clicking on the visible header. Is this possible? Any help would be appreciated. 

3 Answers, 1 is accepted

Sort by
0
Konstantina
Telerik team
answered on 20 Jun 2011, 12:47 PM
Hello Alessandro,

We have already added this request in PITS. You can view it here. You can vote for it, track its status and see when it is going to be implemented.

Please let us know if you have further questions.

Regards,
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
0
Andrew
Top achievements
Rank 1
answered on 21 Mar 2014, 04:55 PM
Is there any update on this? This is exactly the functionality I need. 
0
Kalin
Telerik team
answered on 24 Mar 2014, 12:19 PM
Hi Andrew,

The feature has been introduced with the Q1 2013 version of the controls. In order to achieve the desired scenario you will just need to set the Docking FlyoutBehavior to ClickFlyoutBehavior the following way:

<telerik:RadDocking>
    <telerik:RadDocking.FlyoutBehavior>
        <telerik:ClickFlyoutBehavior/>
    </telerik:RadDocking.FlyoutBehavior>
    <telerik:RadSplitContainer>
        <telerik:RadPaneGroup>
            <telerik:RadPane Header="Pane 1" IsPinned="False" />
        </telerik:RadPaneGroup>
    </telerik:RadSplitContainer>
</telerik:RadDocking>

Hope this helps.

Regards,
Kalin
Telerik
 

Build cross-platform mobile apps using Visual Studio and .NET. Register for the online webinar on 03/27/2014, 11:00AM US ET.. Seats are limited.

 
Tags
Docking
Asked by
Alessandro
Top achievements
Rank 1
Answers by
Konstantina
Telerik team
Andrew
Top achievements
Rank 1
Kalin
Telerik team
Share this question
or