The APNSoft Menu will only work on JavaScript enabled browsers.
About Us
Products
Downloads
Purchase
Support
TreeView
Version
3.0
The APNSoft Nav will only work on JavaScript enabled browsers.
What's New
Overview
Features
Reference Book
System Requirements
Deployment
Customization
XML Structure
Server-side API
Source Code
Example Applications
Licensing
License Agreement
License Types
License Key
Upgrade Policy
Support
Contacts
FAQs
Feature Request
The APNSoft Nav will only work on JavaScript enabled browsers.
Populating with Data
XML File
Data Binding
Dynamically populating
Layout and Behavior
Check boxes
Load On Demand
Expand Single Path
Absolute position
Lines
Design
Classic Skin
Silver Gradient Skin
Stone Skin
Outlook 2003 Skin
With Icons
HTML Tags
Programming
Client side events
Server side event
APNSoft
>
Products
>
TreeView
>
Customization
Customizing the look-and-feel of your TreeView is accomplished through the following steps:
Create the XML Structure.
At this step, you define the
XML Structure
with TreeView items.
You can save the XML definition structure as a file and bind the TreeView by specifying the
StructureFileURL
property of the TreeView component.
You can build up TreeView at runtime. APNSoft TreeView provides an extremely rich and powerful server-side API allowing developer to add, remove or edit TreeView elements and element collections. You can programmatically control any item at runtime by using two classes
TreeViewElement
and
TreeViewElementCollection
.
You can also apply the XML Document with structure by using the
DataSource
property. If the TreeView loads structure from the database, you should set the
DataSource
property to specify a source of data and call the
DataBind()
method.
Create the Skin.
A Skin is a collection of one CSS Style and a set of graphic files that determine how the TreeView is going to look. A CSS Style consists of predefined classes. Each Skin file has a predefined name, which cannot be changed. Users can only change content of these files.
Skin Folder content:
CSSStyle.CSS
mOpen.gif
sOpen.gif
tOpen.gif
bOpen.gif
mClose.gif
sClose.gif
tClose.gif
bClose.gif
mLnV.gif
mLn.gif
sLn.gif
tLn.gif
bLn.gif
ChkBox.gif
ChkBoxChk.gif
ChkBoxSemi.gif
To see skins, visit the
Live Demos -> Design
section. To link a TreeView with a Skin, use the
SkinFolderURL
property. Also you can download the entire collection of skins from the
Download Section
.
Set component properties.
Properties can be set in three ways:
Properties panel
in IDE (Visual Studio .NET)
ASPX
Code Behind
© 2003-2008 APNSoft. All rights reserved.
Table of Contents
Terms of use
Contact Us
Help Center
Controls Suite
DataGrid
Menu
TreeView
ComboBox
Include
DataGrid
Menu
TreeView
ComboBox
Include