lymber leiva
06.02.2012
-
How about the document panel or groups. Can the tabs go on the left?
Below is the document tabs i am talking about.http://documentation.devexpress.com/#Silverlight/clsDevExpressXpfDockingDocumentGrouptopic
You must
log in
or
register
to leave comments
1 Solution
Hi Lymber,
Thank you for your inquiry.
As for DXLayoutControl LayoutGroup, you can customize the LayoutGroup.TabsStyle property to accomplish this task in the following manner:
[XAML]<dxlc:LayoutGroup View="Tabs"> <dxlc:LayoutGroup.TabsStyle> <Style TargetType="dx:DXTabControl"> <Setter Property="View"> <Setter.Value> <dx:TabControlMultiLineView HeaderLocation="Left"/> </Setter.Value> </Setter> </Style> </dxlc:LayoutGroup.TabsStyle> <dxlc:LayoutGroup Header="Header 1"/> </dxlc:LayoutGroup>
As for DXDocking DocumentGroup, set the DocumentGroup.CaptionLocation property. For instance:
[XAML]<dxdo:DocumentGroup CaptionLocation="Left"> <dxdo:DocumentPanel Caption="Header1"/> </dxdo:DocumentGroup>
Please let me know if you need further assistance.
-
That made the tab headers to go to the left, but how do i display the header text horizontally instead of vertically? And then how do i make the header tabs have a greater height?
-
Hi Lymber,
Thank you for your update. I have prepared a sample to demonstrate how you can accomplish this task.
Please also refer to the following help topics:
DocumentGroup Members;
DocumentGroup.CaptionLocation;
DXTabControl Views .Let me know if you need further assistance.
Is your intention to post an answer to your own question?
- If so, then proceed.
- If you simply wanted to post additional information, ask for further clarification, or to just say "Thanks!", please click Leave a Comment.
- If you wish to edit your original question, please use the Edit button in the Toolbox at the top right corner of that entry.
Facebook
Twitter
Google+