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
130
webdatatree ScrollNodeIntoView ?
posted

Hi all,

i must to migrate some application where i work with the new infragistic v 15.1

in one application, we use ultrawebtree

with this control there are a method name : ScrollNodeIntoView

And we use it as :

TreeCtrl.ScrollNodeIntoView(newNode); => for example

Now, i migrate to webDataTree, how i can implement the scroll node into view ?

thanks for your time and sample

Parents
No Data
Reply
  • 25665
    Offline posted

    Hello Christophe,

    Thank you for contacting Infragistics!

    Scrolling to a node is something that has to be done on the client. Using the scrollIntoView method of the element of the node. You can set it up so a node is selected on the server then on the client initialize scroll to that node. Please see the following forum thread:

    http://www.infragistics.com/community/forums/t/51978.aspx

    Please let me know if you have any further questions concerning this matter.

Children
No Data