Hi,
I want to render a Tree with transparent background (for printing purposes).
Setting
TreeListView.Background = System.Windows.Media.Brushes.Transparent;
is ok to have all the cells being transparent.
Want do I have to do, to have the Header part of the Tree transparent ?
Thanks !