<Grid Visibility="Visible" HorizontalAlignment="Stretch" Margin="5,5,5,0" x:Name="gdvDiagnosis" Width="Auto" Grid.Column="1" Grid.Row="4" ScrollViewer.CanContentScroll="True" ScrollViewer.HorizontalScrollBarVisibility="Auto" ScrollViewer.VerticalScrollBarVisibility="Auto" Height="Auto" VerticalAlignment="Stretch" Grid.RowSpan="2"> <Grid.ColumnDefinitions> <ColumnDefinition Width="0*"/> <ColumnDefinition Width="*"/> <ColumnDefinition Width="0*"/> </Grid.ColumnDefinitions> <Grid.RowDefinitions> <RowDefinition Height="0"/> <RowDefinition Height="0.43*"/> <RowDefinition Height="8.071"/> <RowDefinition Height="0.485*"/> <RowDefinition Height="0.085*"/> </Grid.RowDefinitions>
var
This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)