Unable to add more than 3 buttons to a ribbon group

Ribbon for WPF Forum

Posted 16 years ago by Brian Stewart
Version: 4.5.0486
Avatar
Hi,

I have a ribbon, with a ribbon:Tab, which has a ribbon:Group. Inside that is a ribbon:StackPanel which holds three ribbon:Buttons. When I attempt to add a fourth button, it does not show up. If I transpose the third and fourth buttons, then I can see the one I added, but not the one that is now fourth. Any suggestions?

Comments (2)

Posted 16 years ago by Actipro Software Support - Cleveland, OH, USA
Avatar
That is correct since StackPanel can only show three buttons stacked on top of each other when in the smaller variants. If you have more buttons in a group than three, either add them outside of the StackPanel or create a second StackPanel. But if you'd only have one button in a StackPanel then it's better to just add it directly to the Group instead.


Actipro Software Support

Posted 16 years ago by Brian Stewart
Avatar
Thanks - that worked, and was what I needed to do anyway...
The latest build of this product (v24.1.4) was released 27 days ago, which was after the last post in this thread.

Add Comment

Please log in to a validated account to post comments.