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 8943293
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 15, 20262026-06-15T11:44:18+00:00 2026-06-15T11:44:18+00:00

We have a requirement to allow the user to customize (position/resize) their panes as

  • 0

We have a requirement to allow the user to customize (position/resize) their panes as they see fit. We also have a requirement that the user be able to reset the panes back to original (First Run) state. I don’t see anything in the ultradockmanager that allows you to reset to original state. Any advice?

(Using NetAdvantage 12.2 Win CLR4x)

  • 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-15T11:44:19+00:00Added an answer on June 15, 2026 at 11:44 am

    I don’t know for sure if this could help you, but I put here as an answer.
    Let me know if this doesn’t resolve your problem.

    The UltraDockManager has two methods called LoadFromXml and SaveAsXml that save and load the Layout of the control.

    You could use SaveAsXml at startup of your form saving somewhere the initial layout, and, when required, call the LoadFromXml to reset the layout at the initial state.

    So, for example, to save your layout

    string userDataFolder=Environment.GetFolderPath(Environment.SpecialFolder.ApplicationData);
    string fileToSave=Path.Combine(userDataFolder, "MyAppDataFolder", "currentLayout.xml");
    ultraDockManager1.SaveAsXML(fileToSave); 
    

    And for resetting the layout

    string userDataFolder=Environment.GetFolderPath(Environment.SpecialFolder.ApplicationData);
    string fileToLoad=Path.Combine(userDataFolder, "MyAppDataFolder", "currentLayout.xml");
    ultraDockManager1.LoadFromXML(fileToLoad); 
    

    Of course I suppose you have a folder (MyAppDataFolder) for your application inside the ApplicationData folder where you store application-specific data for the current user.

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

Sidebar

Related Questions

Requirement: Allow user to enter date in the format of ###### while also have
I have a web page that has a requirement to allow users to paste
I have a large web form application that I want to allow the user
I have a requirement for my web app to allow the user to Print
I have a requirement to allow the user specify, at time of first use,
I have a requirement to allow a user to specify the value of an
We have a requirement to download multiple documents, zip them and allow user to
In an application I'm working on, I have the requirement that a user must
I have a requirement to allow users to open word document from web page
I have a requirement to allow users to browse directories on our file server,

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.