Go to the home page
Saturday, 4 September 2010
Home pageView our productsDowloads areaHow to order our productsHow to contact us

Select product:

Features
Download
Pricing
How to order
 
RBTreeView - General
Version 1.21
 
Page:
Features

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:

Screen Sample #1

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