This is a migrated thread and some comments may be shown as answers.

Scrolling the pane headers

1 Answer 54 Views
Docking
This is a migrated thread and some comments may be shown as answers.
Huha
Top achievements
Rank 1
Huha asked on 28 Jul 2009, 07:51 AM
Dear Telerik,

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

 

1 Answer, 1 is accepted

Sort by
0
Miroslav Nedyalkov
Telerik team
answered on 29 Jul 2009, 09:59 AM
Hi Huha,

What you need to do is to change the DocumentHostTemplate of the PaneGroup that you need to have this ability. I would recommend you to create a custom theme and to change this template for all the groups in your Docking control, because the PaneGroups might be created dynamically.

The pane headers are shown in the ItemsPresenter with name ItemsPresenterElement.

Hope this helps.

Regards,
Miroslav Nedyalkov
the Telerik team

Instantly find answers to your questions on the newTelerik Support Portal.
Check out the tipsfor optimizing your support resource searches.
Tags
Docking
Asked by
Huha
Top achievements
Rank 1
Answers by
Miroslav Nedyalkov
Telerik team
Share this question
or