Pregunta

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.

¿Fue útil?

Solución

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

Licenciado bajo: CC-BY-SA con atribución
No afiliado a StackOverflow
scroll top