Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
851
How can I downsize spaces in my xamtree
posted

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

Parents
No Data
Reply
  • 851
    Verified Answer
    posted

    Hi,

    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>

     

    Thx.

    Djumana

Children
No Data