Hi, I would like to use RadTreeView to display a flat list, but all items have significant indentation.
I could have used a RadListBox, but since I have the same nodes in a hierarchically TreeView another place in the application, I thought using the same control would be the easiest way to get the same look and functionality (context menu, click etc).
My idea was to set the ItemTemplate of the treeview to a normal DataTemplate or a HierarchicalDataTemplate without specifying ItemSource. It works as I want, except that there is an indention of all the items, leaving a lot of space to the left.
I have also tried to set the ExpanderStyle to a style containing a collapse template, but it only seems to affect the indentation of child items.