3

I'm Working On A personal file browser app for a year, and I'm Trying to Focus was folder I choose.

For instance, if I say my default folder is C: \ Users \ Me Then It Will Automatically expand C, Then Users, etc. ...

In the end, I select the 'Me' folder, I did not manage to scroll to Automatically so That I can see it on top of my list. Does anybody Have an idea?

Thanks for the help!

Julio
  • 155
  • 2
  • 8

1 Answers1

-1

Have u look at this: Scroll WPF Listview to specific line

Scroll a new item in a ItemsControl into view

Community
  • 1
  • 1
karabara
  • 547
  • 6
  • 24
  • 1
    This is working with a listview, not a treeview. This is quite different, there is no ScrollIntoView method with treeview... – Julio May 20 '11 at 13:10