lonewolf32
Newcomer
- Joined
- May 3, 2006
- Messages
- 17
I figured out how to determine the width of the vertical scroll bar in the datagrid view (using SystemInformation namespace) but I found no clue as to how to determine if it is displayed or not (i.e. do I have enough rows in my dgv to cause it to be displayed). I am computing column widths during the resize event of the dgv but the fact that the vertical scroll bar is present or not present comes into play.
Does any one know how to tell if the vertical scroll bar is displayed in a datagridview?
Thanks.
Does any one know how to tell if the vertical scroll bar is displayed in a datagridview?
Thanks.