This question is locked. New answers and comments are not allowed.
Dear Telerik,
I made a Dockpanel:
I made a Dockpanel:
| <radDock:RadDocking.DocumentHost> |
| <radDock:RadSplitContainer> |
| <radDock:RadPaneGroup x:Name="MainPaneGroup"> |
| </radDock:RadPaneGroup> |
| </radDock:RadSplitContainer> |
| </radDock:RadDocking.DocumentHost> |
And after this I added new panes to this group from code. The problem was If I add too many panes the headers doesn't scroll. Is there any way to solve this?
Regards,
János