tabcontrol 与许多 tabPages c#
我正在寻找一个函数,它获取输入 tabcontrol 和 tabpage 索引,并且如果 tabPage 标题显示或不显示,则会返回(如果出现额外的页面和滚动条,一些 tabPages 标题可能会消失)。
有人有代码吗?
I'm looking for a function which get for input tabcontrol and tabpage index and will return if the tabPage header is shown or not (in case that there are extra pages and scrollbars appear, some of tabPages headers can be disappeared).
does someone have a code for it?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
检查以下代码在 winForms 上是否有效,您可以增加或减少 scrollbarwidth 变量,以适应您对显示或不显示页面大小的看法。
check the following code works on winForms, you can increase or decrease the scrollbarwidth variable to fit your opinion on how much size you will consider the page shown or not.