Skip to content

Commit

Permalink
chore: Remove ContentControl Region name
Browse files Browse the repository at this point in the history
  • Loading branch information
eriklimakc committed Jul 19, 2024
1 parent 21cefb5 commit d4ff5eb
Showing 1 changed file with 6 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,14 @@
<ColumnDefinition Width="*" />
</Grid.ColumnDefinitions>
<Grid>
<Grid.RowDefinitions>
<RowDefinition Height="Auto" />
<RowDefinition Height="*" />
</Grid.RowDefinitions>
<Button uen:Navigation.Request="RegionsFourth" Content="Fourth" />

<ListView x:Name="ProductsListView"
Grid.Row="1"
uen:Navigation.Request="RegionsFourth"
AutomationProperties.AutomationId="ProductsListView"
ItemsSource="{Binding Items}">
Expand All @@ -46,8 +51,7 @@
VerticalAlignment="Stretch"
HorizontalContentAlignment="Stretch"
VerticalContentAlignment="Stretch"
uen:Region.Attached="True"
uen:Region.Name="Host" />
uen:Region.Attached="True" />
</Grid>
</Grid>
</Grid>
Expand Down

0 comments on commit d4ff5eb

Please sign in to comment.