[SOLVED] TreeView EnsureVisible

Answered
0
0

Hi,

I am working with the new treeview changes and it appears to be working much better!  Thank you!!

I have a textbox where the user puts in the vendor name and it finds them on the node.  I use the EnsureVisible

tvVendors.SelectedNode.EnsureVisible();

And it gives the attached error of Unknownfunction ‘scrollIntoView’

Thanks,

Tim

Attachment
  • You must to post comments
Best Answer
0
0

Hi Tim,

#1723 is fixed in Wisej release 1.5.43.

Best regards
Frank

  • You must to post comments
0
0

Just saw you were able to reproduce it.  If you have virtual scroll set to true then the error happens.  I have attached an example with the find button.

  • Frank (ITG)
    Thanks Tim. The problem is fixed in an internal build already. Will use your example to verify the fix. Best regards, Frank
  • You must to post comments
0
0

Hi Tim,

I could not reproduce that problem. Can you please share some code snippets ?

Thanks in advance !

UPDATE: Could reproduce it. Logged as #1723

Best regards
Frank

  • You must to post comments
Showing 3 results
Your Answer

Please first to submit.