المساعد الشخصي الرقمي

مشاهدة النسخة كاملة : checkedlistbox in c#



C# Programming
09-12-2009, 02:55 PM
hi guys,
i use in my form a checkedlistbox ...my problem is that when i write this code this.checkedListBox1.SelectionMode = SelectionMode.One; i would expect only one checkbox to be checked every time.But in my case i can select all the checkboxes so something is wrong..
thanks in advance..