Search code examples
visual-studioribbon

What do I need to add the ribbon control in Visual Studio?


What do I need to add the ribbon control into Visual Studio? Is the Ribbon included in VS 2010?

Thanks

Jonathan


Solution

  • Most Ribbion Controls are added via a 3rd party control suite.

    Some of the popular ones are

    1. DevExpress DevExpress XtraBars Suite
    2. DevComponents DevComponents Ribbion Control
    3. Telerik Telerik RadRibbonBar
    4. ComponentOne Component One Ribbion Bar

    These are links to the WinForms controls most of the companies also have similar WPF versions of the control.

    And Here is a link to a StackOverflow post about Free Controls SO Post

    (I'm sure I didn't list all of the possible vendors)