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
2815
Padding in XamDataTree
posted

I wanted to set an internal padding between the XamDataTree top border and the first node in the tree.  I tried setting XamDataTree.Padding to "0,50" but saw not changes.  Any tips?

My XAML is below:

<ig:XamDataTree
Margin="0,2"
Padding="0,50"
NodeLineVisibility="Visible"
EnsureNodeExpansion="True"
ItemsSource="{Binding BaseMapLegendItems}" DisplayMemberPath="Name">.....