Hi Dave,
The answers to your questions are as follows:
1) I am afraid this is not possible. The Docking control is working that when a pane is dragged and docked somewhere else, a new SplitContainer and new PaneGroup is created dynamically in which the pane is put. So, even if you hook to the SizeChanged event of the PaneGroup, once relocated, the group is not the same, so the event won't fire. However, could you please explain in details your case and if there is a possible approach for achieving this, we will share it with you.
2) The Docking control does not support such sizing.
3) The icons can be manipulated by setting one of the following properties to the pane:
-
CanUserClose - it removes the close button and disables the user to close the pane
-
CanUserPin - this one removes the pin button and disables the user to pin/unpin the pane
- To remove the drop down button you need to remove the ContextMenu of the RadPane, by setting it to null:
ContextMenuTemplate="{x:Null}"
You can find further information about the features of the Docking control in our
online documentation.
Hope this information helps.
Kind regards,
Konstantina
the Telerik team
Explore the entire Telerik portfolio by downloading the Ultimate Collection trial package. Get it now >>