Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8381687
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 9, 20262026-06-09T16:44:53+00:00 2026-06-09T16:44:53+00:00

I am having some some problems using the LayoutSplitter and DockLayoutManger from DevExpress. dxdo:DockLayoutManager>

  • 0

I am having some some problems using the LayoutSplitter and DockLayoutManger from DevExpress.

 dxdo:DockLayoutManager>
            <dxdo:DockLayoutManager.LayoutRoot>
                <dxdo:LayoutGroup Orientation="Vertical" Height="*">
                    <dxdo:LayoutGroup Orientation="Vertical" Height="*">
                        <dxdo:DocumentPanel>
                            <Grid VerticalAlignment="Stretch" HorizontalAlignment="Stretch">
                                <Grid.RowDefinitions>
                                    <RowDefinition Height="*"></RowDefinition>
                                </Grid.RowDefinitions>
                                <ContentControl Grid.Row="0"  Content="{Binding SomeViewModel}" ContentTemplateSelector="{StaticResource templateSelector}"/>
                            </Grid>
                        </dxdo:DocumentPanel>
                    </dxdo:LayoutGroup>

                    <dxdo:LayoutGroup Height="Auto" Orientation="Vertical">
                            <dxdo:LayoutSplitter/>
                    </dxdo:LayoutGroup>

                    <dxdo:LayoutGroup>
                        <dxdo:LayoutPanel Height="Auto" AllowDock="True">
                            <ItemsControl ItemsSource="{Binding SomeViewModel.SomeCollection}" ItemTemplateSelector="{StaticResource templateSelector}">
                            </ItemsControl>
                        </dxdo:LayoutPanel>
                    </dxdo:LayoutGroup>   

                </dxdo:LayoutGroup>

            </dxdo:DockLayoutManager.LayoutRoot>

       </dxdo:DockLayoutManager>

The LayoutSplitter isn’t moving up and down. It just remains static.
With the DockLayoutManager, the 3rd nested LayoutGroup, when I remove a component from it, I can’t drop the component back in. A hint would be great thanks!

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-09T16:44:54+00:00Added an answer on June 9, 2026 at 4:44 pm

    The LayoutSplitter control is needed to split layout groups or layout control items. It can’t be used with LayoutPanels or DocumentPanels. Moreover it is not needed to use splitters with dock items because these items resizing are automatically provided by the DockLayoutManager. You should also use the DocumentPanel as child item for the DocumentGroup instead of placing that document directly to the LayoutGroup.Items collection. Or use the LayoutPanel instead of the DocumentPanel.
    So, you markup should looks like this:

    <dxdo:DockLayoutManager>
        <dxdo:LayoutGroup Orientation="Vertical" >
            <dxdo:DocumentGroup>
                <dxdo:DocumentPanel Caption="Document">
                    <!-- Document content -->
                </dxdo:DocumentPanel>
            </dxdo:DocumentGroup>
            <dxdo:LayoutGroup>
                <dxdo:LayoutPanel Caption="Panel">
                    <!-- Panel content -->
                </dxdo:LayoutPanel>
            </dxdo:LayoutGroup>
        </dxdo:LayoutGroup>
    </dxdo:DockLayoutManager>
    

    You can read more in these articles:

    1. Dock Layout Manager Fundamentals
    2. Layout Groups
    3. Dock Items
    4. Layout Items
    5. Document Groups and Panels
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

im having some problems trying to read a SQlite data base from flash using
I'm having some problems limiting fields in result set from mongodb using the Ruby
I'm having some problems selecting an image from my gallery and using that in
I'm having some problems using cascade operations on hibernate. I have one entity (TripleDBmodel),
I'm having some problems while using PDO. It all seems correct but I am
I am having some problems parsing this piece of XML using SimpleXML. There is
I am having some problems with the PDF files that I make using the
I'm having some problems with users cheating my online game by using macros to
I am using the jQuery UI components but having some problems. If I try
I'm having some problems using sed in combination with html. The following sample illustrates

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.