简体   繁体   中英

deselect already selected node in Treeview while pressing Ctrl+click

I am having problem with deselecting already selected node in Treeview while pressing Ctrl+click. Even no event is triggered while pressing Ctrl+click to already selected node. So I wanted to deselect already selected node in Treeview pressing Ctrl+click.

Regards.

您可以使用TreeView1.Items [i] .Selected = false;

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM