merged AllContactsView into ShellView due to notification problems
parent
ed8dfd1eb8
commit
432560c7b4
@ -1,15 +0,0 @@
|
||||
<UserControl x:Class="Gremlin.MVVM.AllContactsView"
|
||||
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
|
||||
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml">
|
||||
<Grid>
|
||||
<Grid.RowDefinitions>
|
||||
<RowDefinition Height="*"/>
|
||||
</Grid.RowDefinitions>
|
||||
<Grid.ColumnDefinitions>
|
||||
<ColumnDefinition Width="*"/>
|
||||
</Grid.ColumnDefinitions>
|
||||
<Grid Grid.Row="1" Grid.Column="0" Height="Auto">
|
||||
<DataGrid x:Name="ListOfContactsVM" AutoGenerateColumns="True" AlternatingRowBackground="LightBlue" Height="300" Width ="1280" Margin="10,5,10,5" SelectionChanged="ListOfContactsVM_SelectionChanged" />
|
||||
</Grid>
|
||||
</Grid>
|
||||
</UserControl>
|
||||
Loading…
Reference in New Issue