Relationship between ClipsToBounds and IsClippedToBounds
Open
doc-enhancement
upgrade-from-xamarin
- Dominant language
- No language data
- Stars
- 282
- Forks
- 265
- Avg merge
- 2d 2h
- Merged PRs (30d)
- 19
Description
In MAUI.Controls, the value of `ClipsToBounds` is provided by the `IsClippedToBounds` property of Layout. For migration convenience from Xamarin.Forms, the `IsClippedToBounds` property defaults to `false`, so layouts in MAUI.Controls _do not clip_ by default.
https://github.com/dotnet/maui/pull/16833
This should be mentioned in the migration docs, and potentially the layout docs. It may require additional content adding on how the layout engine works.
Contributor guide
Assessment
This issue has not been assessed yet.