|
|
|
@ -2,13 +2,7 @@ |
|
|
|
xmlns="https://github.com/perspex" |
|
|
|
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" |
|
|
|
Title="Perspex Test Application" Height="350" Width="525" SizeToContent="WidthAndHeight" > |
|
|
|
|
|
|
|
<ListBox SelectedIndex="0"> |
|
|
|
<ListBoxItem>Hello</ListBoxItem> |
|
|
|
<ListBoxItem>World</ListBoxItem> |
|
|
|
</ListBox> |
|
|
|
|
|
|
|
<!--<Grid RowDefinitions="Auto,*"> |
|
|
|
<Grid RowDefinitions="Auto,*"> |
|
|
|
<TabControl Grid.Row="1"> |
|
|
|
<TabItem Header="Buttons"> |
|
|
|
<StackPanel HorizontalAlignment="Center" Width="200" VerticalAlignment="Center"> |
|
|
|
@ -125,5 +119,5 @@ |
|
|
|
</Grid> |
|
|
|
</TabItem> |
|
|
|
</TabControl> |
|
|
|
</Grid>--> |
|
|
|
</Grid> |
|
|
|
</Window> |