Change the Default Height of a TreeViewItem
This tutorial will show you how to change the default height of a treeview.
Here is a simple treeview declaration:
In order to change the default height of the treeview item, you need to perform the following steps:
-
Add an appropriate style in the resources:
-
Set the ItemContainerStyle of the RadTreeView and the RadTreeViewItem.
And here is the result: