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
1410
Hot to stretch XamDataTree items horizontally?
posted

Hi Guys

I was trying to do the following: I have XamDataTree with some items, and - I wanna stretch those items horizontally.

So that entire element and active selection will take all the space.

However, regardless how I modify the template, the XamDataTreeNodeControl is never stretched - instead - always aligned to the left.

Using Snoop I was able to see that it's the Infragistics.Controls.Menus.Primitives.NodesPanel that always put items to the left.

Is there some way to stretch the entire XamDataTree horizontally?