How to control ScrollBar value of a listview control in C# Windows Form Application ?
- by EgyEast
Hello,
In a C# Windows Form Application .How to get and set by code the value of Scroll Bar of List View Control? I mean that for example if the scroll was in the middle of the scrollbar ; I want to get 50% and if i want to set it to the half i write set(50). Is there any way to do that ? Thanks