Hasan Zubairi
Hasan Zubairi

Reputation: 1183

Can we use RadRibbonBar in wpf without RadWindow

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

Answers (3)

Hasan Zubairi
Hasan Zubairi

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

shriek
shriek

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

Raj Ranjhan
Raj Ranjhan

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

Related Questions