Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <Grid>
- <Grid.RowDefinitions>
- <RowDefinition></RowDefinition>
- <RowDefinition></RowDefinition>
- <RowDefinition></RowDefinition>
- <RowDefinition></RowDefinition>
- <RowDefinition Height="auto"></RowDefinition>
- <RowDefinition></RowDefinition>
- </Grid.RowDefinitions>
- <StackPanel Orientation="Horizontal" x:Name="TopBinaryPanel" Background="Yellow" MouseDown="TopBinaryPanel_MouseDown"/>
- <StackPanel Orientation="Horizontal" x:Name="BotBinaryPanel" Grid.Row="2" Background="Yellow" MouseDown="TopBinaryPanel_MouseDown"/>
- <TextBox x:Name="Tablo" Grid.Row="4" Background="Pink"/>
- </Grid>
Add Comment
Please, Sign In to add comment