Yagnik_Patel Posted February 4, 2017 Report Share Posted February 4, 2017 Hi,I have a tree view with a lot of nodes. Based on other input I am able to expand the tree at an appropriate location and select a specified node.But what isn't happening is the tree view is not scrolling to the appropriate location.Couldn't work out how to do this programmatically. Thanks Quote Link to comment
Yair Posted February 6, 2017 Report Share Posted February 6, 2017 I haven't tried now and my exprience with trees is limited, but a quick look shows two possible options: The Top Left Visible Cell property, combined with the Number of Rows property, which will definitely work, but will require some computation to determine what it should be. The Open/Close.Ensure Visible method, which should probably work. 2 Quote Link to comment
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.