Devexpress DockManager 和选项卡标题
我有一个选项卡容器,我可以在其中添加许多带有长标题的选项卡。 devex 面板的默认行为是缩小选项卡的标题(例如 MyLongtabName -> MyLong...)。我如何禁用此行为(选项卡页的标题应保持不变)并获得滚动条?
I have a tab container, where i can add many tabs with long captions. The default behavior of devex panels is to shrink the caption of the tabs (e.g. MyLongtabName -> MyLong...). How can i disable this behavior (the caption of the tab pages should remain intact) and instead get a scroll-bar?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
需要在父容器上将 TabsScroll 属性设置为 true
Need to set the TabsScroll property to true on the parent container