Listview and SetScrollPos function
C#
1
Posts
1
Posters
0
Views
1
Watching
-
Hello, I use my own listview control. After a drag&drog, I lose scroll position. I backup scroll value, but after drag&drop, I call the SetScrollPos function, the scroll move, but not list items, how to go to the right items position ? May be use ScrollEventType.SmallDecrement until to go to the old position ? thanks