How to enable check boxes in treeview

Ask questions about creating Graphical User Interfaces (GUI) in PowerShell and using WinForms controls.
Forum rules
Do not post any licensing information in this forum.

Any code longer than three lines should be added as code using the 'Select Code' dropdown menu or attached as a file.
This topic is 4 years and 7 months old and has exceeded the time allowed for comments. Please begin a new topic or use the search feature to find a similar but newer topic.
Locked
maliklokesh002
Posts: 1
Last visit: Mon Feb 20, 2023 8:55 am

How to enable check boxes in treeview

Post by maliklokesh002 »

Hi guys
I am new to powershell, i am trying to get data from XML to tree view nodes and select the nodes throw checkbox But i am not able to enable check boxes
In tree view from where i am enable check boxes in power shell studio 2018, plz if any can help it will be a big help.
jvierra
Posts: 15439
Last visit: Tue Nov 21, 2023 6:37 pm
Answers: 30
Has voted: 4 times
Been upvoted: 33 times

Re: How to enable check boxes in treeview

Post by jvierra »

Properties panel. Look for checkboxes property and set it to "True".
This topic is 4 years and 7 months old and has exceeded the time allowed for comments. Please begin a new topic or use the search feature to find a similar but newer topic.
Locked