I would like the TreeListView to display a vector image for each Item state instead of a graphics file (png/jpg) and use for example, this path as defined in the Xaml.
Is that possible?
Is that possible?
<Window.Resources> <Path x:Key="MyVectorImage" x:Shared="False" Stroke="DarkGoldenRod" StrokeThickness="3" Data="M 10,20 C 10,25 40,35 40,17 H 28" Stretch="Fill" Width="100" Height="40"/> </Window.Resources>