Current filter:
                                You should refresh the page.
                                0
                                You must  log in  or  register  to leave comments

                                1 Solution

                                0

                                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.

                                You must  log in  or  register  to leave comments
                                You must  log in  or  register  to leave an answer

                                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.