PaulG. Posted May 19, 2009 Report Share Posted May 19, 2009 This may be a noob question but I'm really stuck. I am using a tree control as a data indicator. I am running about 30 - 40 tests but want to keep the indicator small and only want the more recent tests, say 10 or so results to appear in the tree indicator. Right now it's only displaying the first 10 and the operator has to manually scroll down to see the results of the more recent tests. Maybe I didn't look hard enough in the properties but I can't seem to find a way to move the scroll position in my program as it progresses. Thanks in advance. Quote Link to comment
Karissap Posted May 20, 2009 Report Share Posted May 20, 2009 The Open/Close -> Ensure Visible method on a tree control will expand and scroll to make sure a specified tag is visible in the tree. Quote Link to comment
LAVA 1.0 Content Posted May 20, 2009 Report Share Posted May 20, 2009 The property Top Left Visible Cell will deal with that. You define which cell is at the first position. Ton Quote Link to comment
PaulG. Posted May 20, 2009 Author Report Share Posted May 20, 2009 QUOTE (Karissap @ May 18 2009, 06:56 PM) The Open/Close -> Ensure Visible method on a tree control will expand and scroll to make sure a specified tag is visible in the tree. http://lavag.org/old_files/monthly_05_2009/post-8228-1242687392.png' target="_blank"> That did it. Thanks. :thumbup: 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.