Hi,
I have to add ComboBoxTool and ButtonTool in a ribbon control and this ButtonTool must be adjacent to the ComboBox (on the right side). Please refer the image.
When I add the ButtonTool is going below the ComboBoxTool.
regards,
Ceaser
Ceaser,
Are these tools in a RibbonGroup? If they are, try setting the RibbonGroup's LayoutDirection property to Horizontal.
Hope this helps,
~Kim~