| RBTreeView - General |
| Version
1.21 |
RBTreeView is a custom TreeView like component for Delphi
and C++ Builder.
This component is not inherited from TCustomTreeView and
unlike other TreeView controls, which display their items top to bottom, RBTreeView
displays its items in a manner similar to an organization graph:

Each item (node) in the tree is represented by a single
TRBTreeNode object which has properties and methods to control how it looks
in the tree. Each node by default has a text that is displayed in it and an
image.
The component provides numerous properties to control the
appearance of the tree, and if you need additional control over its look, you
can even supply your own drawing routines.
Top of Page
|