Datagridview and vertical scrollbar c#
How to programatically determine that vertical scroll bar开发者_JAVA百科 is showing for a particular datagridview at run time. Please help me with code in c#.
You may need to tweak sizing behaviour also, so if the data gridview resizes, adjust the scroll bar hight if it does not have any rows to scroll.
精彩评论