The Gaia Ajax TreeView is our version of the TreeView control made popular in the Common Controls from Windows. As you can see from the screen shot, it's a pretty flexible and useful control.
 TreeView |
The Gaia Ajax TreeView Control is extremely flexible and powerful, yet very intuitive and easy to use. You can combine static items with dynamic items as you wish. Static items are rendered as part of the HTML output of the page (if the TreeView is visible from the start) and dynamic items are retrieved on a "need basis". This means the TreeView will be very useful for both visibility in navigations if you like, while at the same time very efficient on bandwidth usage up front. The TreeView is very easy to skin since it uses ul and li elements and it is also 100% XHTML compliant. It also has perfect support for accessibility.
To see an example of TreeView in action have a look at our
TreeView Sample.