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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 26, 20262026-05-26T20:08:03+00:00 2026-05-26T20:08:03+00:00

I created a user control, where I am providing design-time support. I expose appropriate

  • 0

I created a user control, where I am providing design-time support. I expose appropriate properties and my required child controls are being correctly persisted in the parent form that contains the user control.

In the form’s load event, I need to re-construct certain child controls from the “MenuItems” property (see code below) that got persisted. The Load event fires correctly every time the form is opened in Visual Studio IDE. The first time the form is opened the collection correctly contains all expected items. However, when I open the form again later in the same Visual Studio session, the collection is empty. The Load event fires, but the persisted collection is empty. If I close Visual Studio and open the form again, the collection correctly shows the expected number of items again.

Below is the relevant code. I am using a 3rd party DevExpress NavBarControl, where I rebuild the menu items from a persisted collection. The items are code generated into the parent’s form (MenuItems is the collection that gets persisted):

public partial class MyUserControl : UserControl
{
    private List<NavBarItem> menuItems = new List<NavBarItem>(15);

    [Browsable(false),
       DesignerSerializationVisibility(DesignerSerializationVisibility.Content)]
    public List<NavBarItem> MenuItems
    {
       get
       {
           return this.menuItems;
       }
    }

    public MyUserControl()
    {
        InitializeComponent();
    }

    private void NavOptionsControl_Load(object sender, EventArgs e)
    {
        foreach (NavBarItem item in this.menuItems)
        {
            NavBarItemLink link = new NavBarItemLink(item);
            this.navBarGroup.ItemLinks.Add(item);
            item.LinkClicked += new NavBarLinkEventHandler(NavBarItem_LinkClicked);
        }
    }
}
  • 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-05-26T20:08:04+00:00Added an answer on May 26, 2026 at 8:08 pm

    Have you tried the layout event? or possibly the paint event?

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

Sidebar

Related Questions

i'm trying to learn about user controls. I created a user control that has
I have created a user control, and now I want to add custom properties
We have created a User Control for ASP.Net. At any one time, a user's
Hi I have created a user control which is inside a folder called Controls
I created a user control and an associated view model. The properties DisplayName and
I've created a user control that contains a button and a few other controls.
What gives? My previously created user control is visible, but the newly created one
I have created a user control to handle adding comments to certain business entities,
I've created a user control (in vb.net code) that contains two dock panels, one
I have created a user control (CheckedDirTree) that exposes a CheckedFolder property which in

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.