Question

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.

Was it helpful?

Solution

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

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top