Datagridview 和垂直滚动条 C#
如何以编程方式确定在运行时为特定 datagridview 显示垂直滚动条。请帮我编写 c# 代码。
How to programatically determine that vertical scroll bar is showing for a particular datagridview at run time. Please help me with code in c#.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可能还需要调整大小调整行为,因此如果数据网格视图调整大小,如果没有任何要滚动的行,请调整滚动条高度。
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.