Skip to main content

Appearance

The ExpressQuantumTreeList provides a number of ways to customize its appearance. These include:

  • Styles – you can apply a common style for a group of identical visual elements at once, or specify an individual style for each element.

  • Custom Drawing – every element in the view can be painted manually.

  • Style Sheets – provides a set of predefined style schemes for all visual elements of the TreeList control (see the Styles.StyleSheet property). In addition to the predefined styles, you can specify your own style scheme and save it in the style repository (see the TcxPropertiesStore) for further use across different applications.

  • The TcxLookAndFeelController component – allows you to apply the overall painting scheme for the entire TreeList control, as well as for other proprietary controls.

See Also