Page 1 of 1

Tri-State TreeView Checkbox

Posted: Fri May 17, 2019 2:53 pm
by ALIENQuake
Hi,

Is there an easy way to achieve Tri-State TreeView Checkbox for Powershell Forms? All examples which I found for pure c# forms require inheritance from System.Windows.Forms.TreeView/controls/etc.

Re: Tri-State TreeView Checkbox

Posted: Fri May 17, 2019 3:23 pm
by jvierra
You have no control over the checkbox in a TreeView. These are not "Checkbox Controls". They are special checkboxes built into the TreeView class.