APNSoft - Web Controls, components for ASP.NET Home Help Center Contact Us
About UsProductsDownloadsPurchase
Support

TreeView
Version 3.0



What's New
Overview
Features
Reference Book
Licensing
Support



Populating with Data
Layout and Behavior
Design
Programming




Mailbox
Calendar
Contacts
Deleted Items (9)
Drafts
Inbox (4)
Journal
Junk E-mail [8]
Outbox
Notes
Tasks
Sent Items
Search Folders


On this example, you can see the TreeView on the left top corner of the page. You can use TreeView with absolute position by using specific attributes in the CSS Style.
  • CSS Style

    .TreeViewDIV /*Main Container DIV*/
    {
    	...
    	position:absolute;
    	left:120px;
    	top:90px;
    }
    ...
    

Code Samples:
ASPX XML Structure CSS Style C# VB.NET Images


  © 2003-2008 APNSoft. All rights reserved. Table of Contents   Terms of use   Contact Us   Help Center