How to control ScrollBar value of a listview control in C# Windows Form Application ?

Posted by EgyEast on Stack Overflow See other posts from Stack Overflow or by EgyEast
Published on 2010-06-08T00:02:02Z Indexed on 2010/06/08 0:52 UTC
Read the original article Hit count: 188

Filed under:

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

© Stack Overflow or respective owner

Related posts about c#