c# - How to implement databinding for windows custom control? -
Actually, I'm confused about implementing the database on the control side.
I'm trying to write a custom list control in C #, which implements the database, I want it to end the same functionality of ListView, but with an interface similar to ListBox.
I have a private nested class called "Linxu", which renders each line. Is an internal binding source that changes the data and invalidates the control when necessary. The problem is now that I want to add a checkbox to the ListRow, and I'm sure it's the best way to implement it so that the property of the underlying object changes.
Try following this example.
Comments
Post a Comment