Reputation: 1183
In my project I want to use RadRibbon control. All the examples I came across show the use of RadRibbon control inside a RadWindow. My Qusetion is that Can we use RadRibbon control in our normal Wpf project.
Upvotes: 0
Views: 701
Reputation: 1183
Found out a good getting started article at http://www.telerik.com/help/wpf/radribbonbar-getting-started.html. The answer is yes you can use RadRibbonbar without RadWindow.
Upvotes: 0
Reputation: 5197
Have you seen the Telerik WPF Controls Demo yet? They have at least one example without a RadWindow.
Also, since the RadRibbonView is "just" another control you'd place it into your Xaml file like you'd do with every other control.
Upvotes: 0
Reputation: 3915
RadRibbon is a control and so should be able to be embedded in any other control.
Here is an example of it being used with a Grid.
Upvotes: 1