Check-boxes on TreeNodes

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hello,

I have a tree view that shows check boxes on its nodes. Is there a way to
turn off the check boxes for some of the nodes, and not all of the nodes? I
see there is a check-box property for the TreeNode object in the Win32 API,
but it's not exposed in the .NET API.

Thanks

-- Jake
 
Back
Top