New to Telerik UI for WPF? Download free 30-day trial

Overview

This section is intended to give you a broad understanding of the possible ways by which you can change the visual appearance of the RadTreeView and the RadTreeViewItem.

You can modify the look of the RadTreeView and the RadTreeViewItem either by changing some of the resources exposed by the API, or by modifying their ControlTemplates. In the control template you are allowed to reorder the template parts and add your own elements.

Note that when changing the ControlTemplate you should include all required parts. Even if your code compiles, some of the functionality may be subject to impact due to the omission of the required parts. The required parts are usually marked with the prefix "PART_".

Read the following topics to learn more:

See Also

In this article