Hi,
I have a CheckedListBox on a Windows form and want to set the checked values of all records to false.
Is there an easy way to do this without cycling through each item?
Thanks in advance
Kabir
Loading
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Richard BlythePosted May 2, 2007, 1:11 PM
Have have use the CLB on a number of occasions and I know of no other way to set the values. The CLB has always seemed to be more of composite control than a windows control. The checkboxes are treated as seperate items instead of properties of the the current item. Sorry I didn't have the magic solution!
Richard