Re: How to Scroll A TreeView Programatically by VoxCode
VoxCode
Sun Aug 24 23:17:06 CDT 2003
Never fails, as soon as I post a message I find the answer.
In case anybody's interested, you use TreeNode.NextVisibleNode and
PrevVisibleNode in conjunction with TreeNode.EnsureVisible.
Joel
"VoxCode LLC" <support@vssconnect.com> wrote in message
news:O9e3U5raDHA.424@TK2MSFTNGP10.phx.gbl...
> What is the correct way to scroll a tree view control programatically. I
> can't seem to find any functions to do this. I am implementing some drag
> and drop code for a TreeView and I need to be able to scroll the tree when
> the drag cursor is on the first visiable or last visible node.
>
> Thanks - Joel
>
>