Adding the check boxes in the TREEVIEW in c#

后端 未结 3 1240
不知归路
不知归路 2021-02-18 23:31

i want to add the check box to the child node of a certain parent node in the tree view in my application...How should i add it?

3条回答
  •  终归单人心
    2021-02-19 00:35

    TreeView has a property with the name CheckBoxes, if set to true, it shows checkboxes for all child nodes.

提交回复
热议问题