Hi,
I am looking to control expanding and collapsing of the docked splitcontainer. This is the structure of my splitcontainer -
<telerik:RadSplitContainer IsEnabled="True" Width="400" InitialPosition="DockedLeft">
<telerik:RadPaneGroup>
<telerik:RadPane IsActive="True" IsEnabled="True" IsSelected="True" CanUserClose="False" IsPinned="False" Content="{Binding}" telerikAnimation:AnimationManager.IsAnimationEnabled="False"/>
</telerik:RadPaneGroup>
</telerik:RadSplitContainer>
I want to keep the Pane IsPinned="False" and just control the functionality like hover on the splitcontainer from click of a button.
Appreciate your help. Thanks.
I am looking to control expanding and collapsing of the docked splitcontainer. This is the structure of my splitcontainer -
<telerik:RadSplitContainer IsEnabled="True" Width="400" InitialPosition="DockedLeft">
<telerik:RadPaneGroup>
<telerik:RadPane IsActive="True" IsEnabled="True" IsSelected="True" CanUserClose="False" IsPinned="False" Content="{Binding}" telerikAnimation:AnimationManager.IsAnimationEnabled="False"/>
</telerik:RadPaneGroup>
</telerik:RadSplitContainer>
I want to keep the Pane IsPinned="False" and just control the functionality like hover on the splitcontainer from click of a button.
Appreciate your help. Thanks.