qdrow

Untitled

Oct 17th, 2019
109
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.69 KB | None | 0 0
  1. <Grid>
  2. <Grid.RowDefinitions>
  3. <RowDefinition></RowDefinition>
  4. <RowDefinition></RowDefinition>
  5. <RowDefinition></RowDefinition>
  6. <RowDefinition></RowDefinition>
  7. <RowDefinition Height="auto"></RowDefinition>
  8. <RowDefinition></RowDefinition>
  9. </Grid.RowDefinitions>
  10. <StackPanel Orientation="Horizontal" x:Name="TopBinaryPanel" Background="Yellow" MouseDown="TopBinaryPanel_MouseDown"/>
  11. <StackPanel Orientation="Horizontal" x:Name="BotBinaryPanel" Grid.Row="2" Background="Yellow" MouseDown="TopBinaryPanel_MouseDown"/>
  12. <TextBox x:Name="Tablo" Grid.Row="4" Background="Pink"/>
  13. </Grid>
Add Comment
Please, Sign In to add comment