Below is a simple XAML code.
<Grid.ColumnDefinitions> <ColumnDefinition MaxWidth="400" MinWidth="250" Width="250" /> <!--Column 0--> ...