Replies: 6 comments 4 replies
-
Hi @rgouette, Thanks for posting. Please create a Feature Request. Thank you. |
Beta Was this translation helpful? Give feedback.
-
you mean lie in a radio group / only check one ? |
Beta Was this translation helpful? Give feedback.
-
No, but you can code that yourself by using the private void kryptonCheckedListBox1_ItemCheck(object sender, ItemCheckEventArgs e)
{
} |
Beta Was this translation helpful? Give feedback.
-
Hi @rgouette, Did that work for you? |
Beta Was this translation helpful? Give feedback.
-
Hi @rgouette, There's is no options in the control that does what you are looking for. |
Beta Was this translation helpful? Give feedback.
-
Will open a new feature request for this. It won't be in the upcoming V90, but possibly V100 or V110. |
Beta Was this translation helpful? Give feedback.
-
Hi, not sure if this control suite is still accepting questions, but here goes:
I cannot get the selection mode to only allow ONE selection, when using the KryptonCheckedListBox. (C# desktop app)
I've set it in the properties, and also tried programmatically with:
lb1.SelectionMode = Krypton.Toolkit.CheckedSelectionMode.One; in my Form load
Beta Was this translation helpful? Give feedback.
All reactions