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.

Parents
  • 1670
    posted

    Hello izzyschwatz,

    XamDataTree support scrolling by itself, when nodes are not visible and when you drag down the tree or up, those nodes come into view. On the other hand there is a public method ScrollNodeIntoView(XamDataTreeNode node) which you can use to scroll to the desired location. Let me know if that is answering your question!

    Regards,

    Nikola

Reply Children