Adding the check boxes in the TREEVIEW in c#

后端 未结 3 1261
不知归路
不知归路 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:19

    You can't show checkboxes only for some TreeNodes - only for all of them or none at all. To enable the checkboxes for your tree set the CheckBoxes property to true.

提交回复
热议问题