Hello John,
When no
RadSplitContainer or
RadPaneGroup is present, you have to add them by yourself from the code-behind. From the previous example, I removed the
RadSplitContainer defined in XAML and modified my
OnDropInfo event handler to look like the following:
From the code snippet above you can see that when no split container is present, then one has to be created in order to host the
RadPane. I am attaching the updated example. Give it a try and let me know if you have additional questions.
Greetings,
Kiril Stanoev
the Telerik team