Is there any way to create a sticky footer in WPF?
问题 I would like to have a sticky footer in WPF. This is the only question that I found on this topic: Is there any way to create a sticky footer in xaml? But the answer creates a fixed footer, not a sticky footer: <Grid> <Grid.RowDefinitions> <RowDefinition Height="Auto" /> <RowDefinition Height="*" /> <RowDefinition Height="Auto" /> </Grid.RowDefinitions> <Grid.ColumnDefinitions> <ColumnDefinition Width="Auto" /> </Grid.ColumnDefinitions> <Label Grid.Row="0" Grid.Column="0" Content="Label at