In the attached file it shows the original Windows control bar (that has the minimize, maximize, close) still remains on the RadRibbonView. Also, there is a forward and back navigation bar, I'm not sure why; so, how can I remove these and place the buttons on the ApplicationName bar? Source Code:
Also, with Windows Ribbon control I can start my window in a certain position using:
Is there a way to set the startup location and start the application maximized?
<
telerik:RadRibbonView
x:Class
=
"Magnetek.Network.Client.MainWindow"
xmlns:telerik
=
"http://schemas.telerik.com/2008/xaml/presentation"
xmlns:ribbon
=
"clr-namespace:Telerik.Windows.Controls;assembly=Telerik.Windows.Controls.RibbonView"
MinHeight
=
"100"
MinWidth
=
"200"
x:Name
=
"RadRibbonWindow"
>
</
telerik:RadRibbonView
>
Also, with Windows Ribbon control I can start my window in a certain position using:
WindowStartupLocation="CenterScreen"
Is there a way to set the startup location and start the application maximized?