开发者

How to have only 2 RibbonRadioButton?

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

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜