I. Overview of the Presentation
This demo shows how to set the Ispinned property of each Radpane to control whether the panel is pinned or reduced to a hidden area. The so-called pinning panel, in fact, is to hold the panel, rather than automatically zoom to the hidden area. By setting radpane.ispinned to True, you can hold the panel fixed and set to False to prevent the panel from holding it in the docking area.
Related downloads (screen recording): Http://yunpan.cn/cKK5Irbpb9Lt6 Extract Code 2B04
Play Online: http://v.youku.com/v_show/id_XODc4MTIyNjg4.html
Warm Tips: If the screen recording and code can not be downloaded properly, you can leave a message in the station, or send an email to [email protected]
second, the operation effect
The effect is as follows:
Three, the key code
<telerik:raddocking borderthickness= "0" padding= "0" > <telerik:raddocking.documenthost > <telerik:RadSplitContainer> <telerik:RadPaneGroup> <telerik:raddocume Ntpane header= "Document 1" title= "Document 1"/> </telerik:rad panegroup> </telerik:RadSplitContainer> </telerik:RadDocking.DocumentHost> <telerik:radspli Tcontainer initialposition= "Dockedleft" > <telerik:RadPaneGroup> <telerik:radpane header= "Pan E left 1 "ispinned=" True "> <textblock text=" Pane left 1 "/> </telerik:RadPane> <telerik:radpane header= "Pane left 2" ispinned= " False "> <textblock text=" Pane left 2 "/> </telerik:RadPane> <teleri K:radpane header= "Pane LEFT 3 "ispinned=" False "> <textblock text=" Pane left 3 "/> </telerik:RadPane> <telerik:radpane header= "Pane Left 4" ispinned= "Fa LSE "> <textblock text=" Pane Left 4 "/> </telerik:RadPane> </telerik:rad panegroup> </telerik:RadSplitContainer> <telerik:radsplitcontainer initialposition= "Dockedright" > <telerik:RadPaneGroup> <telerik:radpane header= "Pane right 1" ispin ned= "False" > <textblock text= "Pane right 1"/> </telerik:RadPane> </tel erik:radpanegroup> </telerik:RadSplitContainer> <telerik:radsplitcontainer initialposition= " Dockedbottom "> <telerik:RadPaneGroup> <telerik:radpane header=" Pane Bottom 1 " Ispinned= "False"; <textblock text= "Pane Bottom 1"/> </telerik:RadPane> </telerik:RadPaneGroup> </ Telerik:radsplitcontainer></telerik:raddocking>
Iv. Related Resources
1. Telerik Instance code download:
2, Telerik official Help document address: Http://docs.telerik.com/devtools/wpf/controls/raddocking/overview2
[Telerik] Raddocking No. 04 The docking state of the Setup Panel ispinned