Is there a way to set that a RadPane isn't tabbed on an existent RadSplitter, with some panel on it?
On "DocumentHost" we can preview it by setting CanDockInDocumentHost="False"
But in others RadSplitContainer I can't do it.
Thanks
3 Answers, 1 is accepted
0
Miroslav Nedyalkov
Telerik team
answered on 15 Jun 2009, 07:50 AM
Hello Riccardo,
I'm not sure I clearly understand what you need to do.
If you want to make a pane that cannot be docked in a specific SplitContainer - this is not supported by the Docking control.
If you want to create a pane that cannot be docked anywhere, you just need to mark it as FloatingOnly and to remove the Dockable menu item from the Pane's menu.
If you want to make a pane that cannot be docked in a specific SplitContainer - this is not supported by the Docking control.
Yes.
0
Miroslav Nedyalkov
Telerik team
answered on 15 Jun 2009, 09:08 AM
Hi Riccardo,
As I mentioned in the previous post - this is not supported feature by the RadDocking control. We are thinking about adding events for changing the state of the Panes and you will be able to add this constraint using these events, but we have not put this task in the planning yet and I cannot give you a certain timeframe.