سؤال

I am making a .Net WinForms application and have a CheckListBox and I want to give one of the items in the list sub-items. (i.e. Item 1, Item 1a, Item 1b ....) is this possible to do or should I be using another way of making a list of checkbox items? I am brand new to WinForms and this is my first app.

هل كانت مفيدة؟

المحلول

To achieve what you want, use a Tree View and inorder to get checkboxes to display, set the TreeView.CheckBoxes Property to true.

مرخصة بموجب: CC-BY-SA مع الإسناد
لا تنتمي إلى StackOverflow
scroll top