How to reliably scroll Virtual TreeView to the bottom?

Posted by Edwin on Stack Overflow See other posts from Stack Overflow or by Edwin
Published on 2010-05-15T08:12:49Z Indexed on 2010/05/15 8:14 UTC
Read the original article Hit count: 316

Filed under:
|

Hi,

A TVirtualStringTree object with custom node height, How to reliably scroll Virtual TreeView to the bottom (i.e. the scrollbar gets to the bottom)?

I tried calling tree1.FullExpand then tree1.ScrollIntoView.(tree1.GetLast), but it does not work.

Thank you in advance.

© Stack Overflow or respective owner

Related posts about virtualtreeview

Related posts about delphi