如何只有2个RibbonRadioButton?

发布于 2024-11-18 15:36:26 字数 223 浏览 2 评论 0原文

RibbonGroup 需要 3 个 RibbonRadioButton 才能将下一个(第 4 个)控件放置在下一个右列上。如果我只有 2 个 RibbonRadioButton,并且下一个控件是 TextBox,则该 TextBox 将出现在 2 个 RibbonRadioButton 下方。

如何在一列中拥有少于 3 个 RibbonRadioButton?

The RibbonGroup needs 3 RibbonRadioButton for the next (4th) Control to be placed on the next right column. If I have only 2 RibbonRadioButton and the next Control is a TextBox, the TextBox would appear underneath the 2 RibbonRadioButton.

How can I have fewer than 3 RibbonRadioButton by itself in one column?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(1

或十年 2024-11-25 15:36:26

我认为这

<StackPanel Orientation="Horizontal">
    <Item1 />
    <Item2 />
    <Item3 />
</StackPanel>

就是你所需要的。你也可以尝试玩宽度。

I think that

<StackPanel Orientation="Horizontal">
    <Item1 />
    <Item2 />
    <Item3 />
</StackPanel>

is what you need. Also you can try to play with width.

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