SpeakComputers.com online store
Electronics Software Computers Handhelds Laptops and Tablets Mobile Phones Digital Cameras Camcorders Games Music Books Sport Mens and Womens Watches Power Tools Household appliances

PRODUCTS

Software Downloads 2012 Software Mac Software Security Student Editions Windows 7 Office 2010

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.

AdvTree examples from the DevComponents Windows Forms Programming control set.
Home About Privacy Policy Resouces Search

Copy Right 2006 SpeakComputers.com - All Rights Reserved.