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

  • Home
  • SEARCH
  • 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 8057337
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 5, 20262026-06-05T08:59:57+00:00 2026-06-05T08:59:57+00:00

I have a Grid in a WPF application, which contains of 3 groupboxes and

  • 0

I have a Grid in a WPF application, which contains of 3 groupboxes and has grid-splitters between them.
I want to allow the user reordering of those 3 groupboxes as he wishes, so any mapping of the groupboxes to {left,center,right} positions is allowed.

In web-development world, I would use jQuery UI sortable to solve this.

Is there anything to solve this task for a Grid in WPF? Or any other container, that would provide the same functionality?

  • 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-05T08:59:59+00:00Added an answer on June 5, 2026 at 8:59 am

    You can make 3 columns in your grid, and reorder the items by changing Grid.Column attached property. Your initial XAML will look like this:

    <Grid>
        <Grid.ColumnDefinitions>
            <ColumnDefinition Width="Auto"/>
            <ColumnDefinition Width="Auto"/>
            <ColumnDefinition Width="Auto"/>
        </Grid.ColumnDefinitions>
        <Border Grid.Column="0"> <!-- contains 1st groupbox --> </Border>
        <Border Grid.Column="1"> <!-- contains 2nd groupbox --> </Border>
        <Border Grid.Column="2"> <!-- contains 3rd groupbox --> </Border>
    </Grid>
    

    If you need to move the parts by drag-and-drop, you’ll need to implement it manually, at least I am not aware of any framework which allows this out of the box.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a small WPF application, which has a Canvas and a Grid. I
I have a wpf application. In the window i have a TextBlock which contains
I have a WPF 3.5 MVVVM application which has a TextBlock in a ScrollViewer.
I have created a wpf application into which I have added a user control
I'm developing a WPF app in which I have a ScrollViewer with grid (16
I have an application which I am developing using WPF\Prism\MVVM. All is going well
I am creating an application using WPF which is using Prism framework. I have
I have a WPF application which shows items in a DataGrid (XCeed DataGrid). The
Basically I have a WPF application that will display announcements to the user within
i have wpf application, a game of sudoku. I have a model and user

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.