c# - How to get height of horizontal scrollbar in a ListView -
Can anyone tell me how do I get the height of horizontal scrollbar in the ListView in C #? Is this standard similar to the horizontal scrollbar, if there is a Windows function that comes back to it? Basically I'm using ListView with OwnerDraw and want to know how big my client area is, which does not include column header area and horizontal scrollbar area.
Thanks
Comments
Post a Comment