Results 1 to 2 of 2

Thread: TreeView Scrollbar Question.

  1. #1

    Thread Starter
    New Member
    Join Date
    Aug 2000
    Posts
    2

    Question

    I have a treeview box on a form which records log entries.

    Is it posible to keep the scrollbar focused at the bottom of the list, so that the latest entries can be seen immediately?

    Many thanks.

  2. #2
    I'm about to be a PowerPoster! Joacim Andersson's Avatar
    Join Date
    Jan 1999
    Location
    Sweden
    Posts
    14,649
    Try this:
    Code:
    With TreeView1
        .Nodes(.Nodes.Count).EnsureVisible = True
    End With
    Good luck!

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width