开发者

How to have only 2 RibbonRadioButton?

开发者 https://www.devze.com 2023-03-18 11:19 出处:网络
The RibbonGroup needs 3 RibbonRadioButton for the next (4th) Control to be placed on the next right column. If I have only 2 RibbonRadio开发者_如何转开发Button and the next Control is a TextBox, the T

The RibbonGroup needs 3 RibbonRadioButton for the next (4th) Control to be placed on the next right column. If I have only 2 RibbonRadio开发者_如何转开发Button 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?


I think that

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

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

0

精彩评论

暂无评论...
验证码 换一张
取 消