Get First Visible Item in WPF ListView C#

Posted by Kirk on Stack Overflow See other posts from Stack Overflow or by Kirk
Published on 2010-05-28T04:56:17Z Indexed on 2010/05/28 5:01 UTC
Read the original article Hit count: 282

Filed under:
|
|
|

Anyone know how to get a ListViewItem by grabbing the first visible item in the ListView? I know how to get the item at index 0, but not the first visible one.

© Stack Overflow or respective owner

Related posts about c#

Related posts about wpf