Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- //private ListViewItem GetFirstVisibleItem()
- //{
- // foreach (ListViewItem item in Items)
- // {
- // if (ClientRectangle.Contains(new Rectangle(item.Bounds.Left, item.Bounds.Top, item.Bounds.Height, 10)))
- // {
- // return item;
- // }
- // }
- // return null;
- //}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement