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">.....
Hello Klaus,
I am just checking if you got this worked out or you still require any assistance or clarification on the matter.
Thanks for the same project. Unfortunately, I cannot get it to work. First, the control named "Bd" is not defined.
Assuming we can get this working I would say this is a very cumbersome way to set a control's inner padding, and is not consistent with how the other WPF controls behave.
I am just checking the progress of this issue and was wondering if you managed to achieve your goal or if you need any further assistance on the matter.
Could you please tell us what version are you using, because the templates for the XamDataTree may not be the same in all versions?
Looking forward for your reply.