Skip to content

Commit

Permalink
Fix refactoring problem
Browse files Browse the repository at this point in the history
  • Loading branch information
tpauchard committed Apr 26, 2024
1 parent 2e2357b commit 3efafce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DatatTemplatePerfIssue/NewPage1.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
Title="NewPage1">
<ScrollView>
<StackLayout>
<Button BackgroundColor="Black" Clicked="Button_Clicked" HorizontalOptions="Center" Text="Load Data" TextColor="White" WidthRequest="200" />
<Button BackgroundColor="Black" HorizontalOptions="Center" Text="Load Data" TextColor="White" WidthRequest="200" />
<Label x:Name="lbLoaded" FontSize="Large" HorizontalOptions="Center" VerticalOptions="Center" />
<tabs:DelayedView x:Name="delay" x:TypeArguments="local:Table" />
</StackLayout>
Expand Down

0 comments on commit 3efafce

Please sign in to comment.