始终在(Infragistic)工具栏中显示完整的工具列表

发布于 2024-10-20 14:08:05 字数 232 浏览 8 评论 0原文

我在表单中使用了一些 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.

enter image description here

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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

余生共白头 2024-10-27 14:08:05

也许 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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文