始终在(Infragistic)工具栏中显示完整的工具列表
我在表单中使用了一些 UltraToolbars,并且工具栏填充了表单的所有上部空间,几乎所有工具栏都被“截断” - 并非所有工具栏按钮都是可见的。
对于大多数工具栏来说这不是问题,但对于我想始终显示所有项目的工具栏。是否可以对 UltraToolbar 说不要“截断”(隐藏)其项目(停靠时)。
I use some UltraToolbars in a form, and that toolbars fills all the upper space of the form, almost all of them are "truncated" - not all toolbars buttons are visible.
For the most toolbars this is not a problem, but for ones I'd like to always display all items. Is it possible to say to the UltraToolbar do not "truncate"(hide) its items (when docked).
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
也许 Priority 属性可能有帮助?
如果没有足够的空间来显示所有工具,则必须隐藏一些工具,但这可以让您选择更有可能显示哪些工具。
否则,我建议将工具栏停靠在与其他工具栏单独的一行上,或者使用一些 PopUpMenu 工具稍微分解一下。
Maybe the Priority property might help?
http://help.infragistics.com/Help/NetAdvantage/NET/2008.2/CLR2.0/html/Infragistics2.Win.UltraWinToolbars.v8.2~Infragistics.Win.UltraWinToolbars.SharedProps~Priority.html
If there's not enough room to show all the tools then some will have to be hidden, but that lets you pick which ones are more likely to be shown.
Otherwise I'd suggest docking the toolbar on a separate line to the other tool bars or break things up a little with some PopUpMenu tools.