Refactor StundePage and ViewModels: adjust grid padding, clean up commented code, add SelectEntryCommand, and improve navigation logic.

This commit is contained in:
2025-12-30 12:07:01 +01:00
parent 933ddd9874
commit a9467e729d
3 changed files with 18 additions and 12 deletions

View File

@@ -21,7 +21,7 @@
StatusBarStyle="LightContent" />
</ContentPage.Behaviors>
<Grid>
<Grid Padding="10,0,10,0">
<Grid.RowDefinitions>
<RowDefinition Height="50"/>
<RowDefinition Height="Auto"/>