Jump to content

"Vertical Scroll Bar position" property in a "Tree Control"


Recommended Posts

Hi

I'm trying to control the vertical scrollbar position of a TreeControl in LabVIEW 8.5.1

String controls have Text.ScrollPos property, to control it, but in a TreeControl I don't find a property to do the same.

The reason because I need to control this property is due to I'm writing data quikly to a TreeControl. If I write data cell by cell is very slow. Then, I'm writing the full content each time. I delete it all, and I rewrite all the new data in the tree control.

Then, I have to store the VerticalScrollPosition, and after write data, I have to put it in the same position.

I'm doing the same with visible properties (expandable) of each cell and it works... but I'm no able to find the way to control the scroll bar.

Any idea?

ThankS!

Link to comment

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.