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
125
XamDataTree Scroll Into View
posted

I have a xamdatatree built into a popup control that launches from a parent grid.

If I select a node at the 'bottom' of the popup for the tree, the node expands, and the scrollbar on the popup/tree shows that there is more data below, but the tree itself does not scroll the expanded node into view.

Are there any exposed properties in the xamdatatree that allow you to 'scrollintoview' like you would in the xamdatagrid or other controls?

Or has anyone constructed anything with the xamdatatree control that would allow you to do this?

Thanks.