AdvTree, DevComponents.
AdvTree control is a powerful super fast beautiful alternative to the windows forms
treeview control. The control supports multiple columns similar to the listview
control.
Namespace: DevComponents.AdvTree
Assembly: DevComponents.DotNetBar2.dll
Using: DevComponents.AdvTree;
Declaring: DevComponents.AdvTree.AdvTree();
Creating an AdvTree.
DevComponents.AdvTree.AdvTree advtree = new DevComponents.AdvTree.AdvTree();
advtree.NodeStyle = DevComponents.AdvTree.NodeStyles.BlueMist;
advtree.BackColor = System.Drawing.SystemColors.Window;
advtree.Size = new Size(100, 100);
advtree.Location = new Point(200, 200);
this.Controls.Add(advtree);
NOTE: You must add your "LicenseKey". If you are using the designer of
Visual Studio, the License Key will automatically be added.
Screenshots - AdvTree, DevComponents.
|
|