Frage

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.

War es hilfreich?

Lösung

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

Lizenziert unter: CC-BY-SA mit Zuschreibung
Nicht verbunden mit StackOverflow
scroll top