TreeView width ASP.NET V2 – Whidbey
[20 mn de lecture - paru le 11/17/2004 3:27:26 PM - Public : Débutant]
|
   
|
Auteur
1. Started with TreeView
1.1. Treeview Control
For use this control, you must drag and drop in the Design.

Asp.Net 2 will facilitate to you the use of this control Web.
1.2. Common tasks
On the right corner in top, click on cursor.
- Choose data source (Xml, Sql...)
- Auto Format : it's the Skin du TreeView width the Whidbey library.
- Edit Node. If you do not wish to use a data source you can even fill the
structure of TreeView manually.
- Customize Line Image : allows to directly make your skins (to change the
icones, the colors...) for your TreeView.
- Show Lines : allows to draw or not the lines of the arborésence.

You have the choice between several preregistered Format :

About fifteen formats are at your disposal, of which here a sample:
XPFileExplorer
|
Contact |
Help |
Msdn
|
1.3. To publish the nodes manually
1.3.1. To model the architecture of your TreeView
To publish the nodes click on Fléche right-hand side of TreeView control. Then click on "Edit Nodes..."

In the dialog box you can desiner you even the architecture of your TreeView.
1.3.1. To publish the nodes manually
To personalize your TreeView click on : Customize Line Image...

You can personalize the images, the colors...
|