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

Hide Unpin (or prevent undocking)

1 Answer 90 Views
Splitter
This is a migrated thread and some comments may be shown as answers.
Albert Shenker
Top achievements
Rank 1
Veteran
Iron
Albert Shenker asked on 18 Sep 2015, 03:25 PM
Is there a way to hide the unpin icon or prevent undocking for a particular sliding pane?

1 Answer, 1 is accepted

Sort by
0
Vessy
Telerik team
answered on 23 Sep 2015, 02:50 PM
Hi Albert,

You can disable the docking for a specific SlidingPane by setting its EnableDock property to "False":
<telerik:RadSplitter ID="RadSplitter1" runat="server" Width="900px" Height="700px">
    <telerik:RadPane ID="RadPane1" runat="server" Width="22px">
        <telerik:RadSlidingZone ID="RadSlidingZone1" runat="server">
            <telerik:RadSlidingPane ID="RadSlidingPane1" runat="server" Title="Tab1" EnableDock="false"></telerik:RadSlidingPane>
            <telerik:RadSlidingPane ID="RadSlidingPane2" runat="server" Title="Tab2"></telerik:RadSlidingPane>
        </telerik:RadSlidingZone>
    </telerik:RadPane>
    <telerik:RadPane ID="RadPane2" runat="server"></telerik:RadPane>
</telerik:RadSplitter>

You can find more details on the subject in the following help article: Docking sliding panes

Regards,
Vessy
Telerik
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 Feedback Portal and vote to affect the priority of the items
Tags
Splitter
Asked by
Albert Shenker
Top achievements
Rank 1
Veteran
Iron
Answers by
Vessy
Telerik team
Share this question
or