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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 26, 20262026-05-26T04:19:19+00:00 2026-05-26T04:19:19+00:00

I have a winform containing tabs, containing a usercontrol, containing a listview with checkboxes.

  • 0

I have a winform containing tabs, containing a usercontrol, containing a listview with checkboxes.

    private void lvwRoles_ItemCheck(object sender, System.Windows.Forms.ItemCheckEventArgs e)
    {
        if (!m_loading && m_locked)
        {
            e.NewValue = e.CurrentValue;
            return;
        }

The listview is assigned it’s items (some is checked) in a method (in the user control) that is called from the parent form. This is done on load of the parent form.

My problem is that the ItemCheck occurs when I click the corresponding tab the first time.
That results in the m_loading state variable being false since long ago.
Thus no item is ever checked when the usercontrol is m_locked.

Is there a way to solve this without changing how the listview is populated?

  • 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-26T04:19:19+00:00Added an answer on May 26, 2026 at 4:19 am

    The listview is assigned it’s items (some is checked) in a method (in
    the user control) that is called from the parent form. This is done on
    load of the parent form.

    Even though you call that method in the parent form_load that effectively fires when you select that tab. Set m_loading to false after user control loads, which will not occur until you select that tab.

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

Sidebar

Related Questions

I have a WinForm containing a bindingNavigator at the top and a splitContainer with
I have a solution in Visual studio containing a winform project(WinProj) and a deployment
I have a ListView control in .NET Winforms containing filenames from a directory. When
I have a .NET application containing a WinForm. This WinForm contains an unmanaged ActiveX
I have a WinForms ListView, obviously containing ListViewItems. I'd like to be able to
I have a WinForm containing a DataGridView with a list of members in a
I have a winform containing a DropDown combobox, where the user can enter a
I have WPF window containing a listview that has it's itemsource set to a
Background : I have a C# Windows Forms application that contains a Windows service
i have winform (c#) with multi-tabs, the current focused tab is busy doing lengthy

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.