Mini Kabibi Habibi
<UserControl x:Class="DevExpress.RealtorWorld.Xpf.View.ZillowView"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
xmlns:dxwui="http://schemas.devexpress.com/winfx/2008/xaml/windowsui"
xmlns:Controls="clr-namespace:DevExpress.RealtorWorld.Xpf.Controls"
xmlns:View="clr-namespace:DevExpress.RealtorWorld.Xpf.View"
xmlns:dxmvvm="http://schemas.devexpress.com/winfx/2008/xaml/mvvm"
d:DesignHeight="557" d:DesignWidth="1173" mc:Ignorable="d">
<dxwui:PageAdornerControl Header="zillow.com">
<Grid>
<Grid.RowDefinitions>
<RowDefinition Height="Auto" />
<RowDefinition Height="*" />
</Grid.RowDefinitions>
<View:NavigatorView dxmvvm:ViewModelExtensions.ParentViewModel="{Binding}" />
<Controls:WebBrowserCreator Grid.Row="1" Source="http://zillow.com/" ShowBrowser="True" />
</Grid>
</dxwui:PageAdornerControl>
</UserControl>