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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 24, 20262026-05-24T07:09:24+00:00 2026-05-24T07:09:24+00:00

I am using WinForms C# Is there any way to get following behavior: bind

  • 0

I am using WinForms C#
Is there any way to get following behavior:

  1. bind List to CheckedListBox
  2. When I add elements to list CheckedList box refereshes
  3. When I change CheckedListBox the list changes

I tried to do the following:

Constructor code:

checkedlistBox1.DataSource = a;
checkedlistBox1.DisplayMember = "Name";
checkedlistBox1.ValueMember = "Name";

Field:

List<Binder> a = new List<Binder> { new Binder { Name = "A" } };

On button1 click:

private void butto1_Click(object sender, EventArgs e)
{
    a.Add(new Binder{Name = "B"});
    checkedListBox1.Invalidate();
    checkedListBox1.Update();
}

But the view does not update .

Thank You.

  • 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-24T07:09:25+00:00Added an answer on May 24, 2026 at 7:09 am

    Two things you may wish to look at:

    1. Use a BindingList
    2. Add a BindableAttribute to your Name property
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Is there any way to change text of text object on crystal reports using
does anyone know if there is a simple way to bind a textblock to
(Using WinForms and C#. -> .Net 2.0) I am adding nodes to a TreeView
Using winforms in vs2008. I have a DataGridView and I would like to detect
I've been using Winforms since .NET 1.1 and I want to start learning WPF.
I'm using winforms and I've got a comboBox that represents an IQueryable. Below the
My team working in a project using Winforms application(c#) & MSSQL 2005 as database.
Consider a normal customer-orders application based on MVC pattern using WinForms. The view part
I am looking at building a client server application in C# using winforms or
I have been playing around with the MVP pattern using winforms for the last

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.