Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 603 Bytes

README.md

File metadata and controls

15 lines (9 loc) · 603 Bytes

TreeViewAdvStandard

Forked from http://sourceforge.net/projects/treeviewadv/

Work in Progress

The goal is to make this library available with dotnetstandard2.0

Local Changes

  • Added an IsEnabled property to the Node class
  • Added an IsEnabled property to the TreeNodeAdv class

When an individual node is disabled by setting IsEnabled to false, the text is shown as grayed out and the checkbox, if any, is displayed as disabled and its state cannot be changed. This lets you construct a tree with both nodes that you can tick/untick and nodes that are preset and cannot be changed.