Skip to content

GregsStack/TreeViewAdvStandard

 
 

Repository files navigation

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.

Releases

No releases published

Packages

No packages published

Languages

  • C# 93.6%
  • Visual Basic .NET 6.2%
  • Batchfile 0.2%