Hi team,
I have following RadWindow being maximized when starting up. Pay attention to the property MinHeight, MinWidth and WindowState. However, its result looks like shown in the attached file. It's quite odd. Help.
I have following RadWindow being maximized when starting up. Pay attention to the property MinHeight, MinWidth and WindowState. However, its result looks like shown in the attached file. It's quite odd. Help.
<
telerik:RadWindow
x:Class
=
"WindowAsMainSimple.MainWindow"
xmlns:telerik
=
"http://schemas.telerik.com/2008/xaml/presentation"
xmlns:telerikNavigation
=
"clr-namespace:Telerik.Windows.Controls.Navigation;assembly=Telerik.Windows.Controls.Navigation"
telerikNavigation:RadWindowInteropHelper.ShowInTaskbar
=
"True"
WindowStartupLocation
=
"CenterScreen"
Header
=
"MainRadWindow"
MinHeight
=
"800"
MinWidth
=
"1220"
WindowState
=
"Maximized"
>