WPF ListView Show selected item

Posted by Jeffrey on Stack Overflow See other posts from Stack Overflow or by Jeffrey
Published on 2009-07-18T18:25:26Z Indexed on 2010/06/18 9:43 UTC
Read the original article Hit count: 184

Filed under:
|

hi,

i want to show the selected item in a list view automatically(it isn't possible to show all items without scrolling).

this.listView.SelectedIndex = 999; selects of course an item, but it doesn't show it.

what can i use to show it automatically ?

kind regards, jeff

© Stack Overflow or respective owner

Related posts about wpf

Related posts about listview