Hi,
I want to change the space between the nodes in my xamtree and the space between the node and the arrow. I want to downsize the space,
How can I do that?
Thx.
Djumana
my problem could be solved as follows:
(Style.xaml)
<Style x:Key="Tree_ItemStyle" TargetType="ig:XamTreeItem"> <Setter Property="BorderThickness" Value="0"/> <Setter Property="Padding" Value="0.5,0.5,0.5,0.5"/>
.....
</Style>