문제

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