如何只有2个RibbonRadioButton?
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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我认为这
就是你所需要的。你也可以尝试玩宽度。
I think that
is what you need. Also you can try to play with width.