4
Answers

Maximize the window on the startup wpf page

Ask a question
Hi,
i have .xaml page named LoginView.xaml
But its not a exact User Control, this xaml page inherits to MvxWpfView & also MvxwpfView inherits inherits to User Control finally. & this is the start up page for me.
As Top of xaml Page like this & continuos on:
 
<views:MvxWpfView
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" .....
My question is How can I maximize the MvxWpfView window / User control on the startup, i am not sure that much this is User Control or what.
Need Help,
Regards,
Praveen M

Answers (4)