more reactive UI work
This commit is contained in:
@ -19,10 +19,10 @@
|
||||
|
||||
<TabControl>
|
||||
<TabItem Header="Home">
|
||||
Welcome to Stars Assistant!
|
||||
<TextBlock x:Name="WelcomeText">Hi</TextBlock>
|
||||
</TabItem>
|
||||
<TabItem Header="DataGrid">
|
||||
<DataGrid ItemsSource="{Binding Planets}"
|
||||
<DataGrid x:Name="PlanetsGrid"
|
||||
AutoGenerateColumns="True" IsReadOnly="True"
|
||||
GridLinesVisibility="All"
|
||||
FrozenColumnCount="1"
|
||||
|
Reference in New Issue
Block a user