I am working on the xamRibbon control. Is there any way to get the tab to flow from Top to Bottom ( so that I can dock it to the left side of the window, rather than the top)?
Is styling of the tabs possible?
The XamRibbon is a pure WPF control and as such it and the elements it uses can be retemplated - we even provide the default styles for the control. That being said, the Microsoft Office UI Guidelines explicitly state that you must position it at the top of the application window so I don't think you are allowed to dock it on the left.
thank you for the quick reply. Could you please let me have a sample of the default style. Do you have any sample applications where the control is being used?