We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
<Grid> <Grid.ColumnDefinitions> <ColumnDefinition Width="*" /> <ColumnDefinition Width="*" /> </Grid.ColumnDefinitions> <Button Grid.Row="0" Grid.Column="0" Width="80" Height="80" Content="R0 C0" /> <Button Grid.Row="0" Grid.Column="1" Width="80" Height="40" Content="R0 C1" /> </Grid>
Controls in Grid should be clipped by the cells' bounds
11.2.1
Windows
No response
The text was updated successfully, but these errors were encountered:
https://docs.avaloniaui.net/zh-Hans/docs/reference/controls/grid
Sorry, something went wrong.
No branches or pull requests
Describe the bug
Avalonia's behavior
WinUI3's behavior
WPF's behavior
To Reproduce
Expected behavior
Controls in Grid should be clipped by the cells' bounds
Avalonia version
11.2.1
OS
Windows
Additional context
No response
The text was updated successfully, but these errors were encountered: