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
100
Header and First node
posted

How do i achieve space between Header and first node(Row) in Ultra Wintree ? I can achieve space between two node by using following code .

ultraTreeHistoricalPerformance.Nodes[k - 1].Override.NodeSpacingBefore = 9;

But i am not able to Header Row and first node (row). 

Thanks in Advance