Jakub Florkowski
Jakub Florkowski
### Description of Change The visibility on a visual element didn't initially update when an element was a wrapper view and we want to change the visibility from false to...
### Issues Fixed Fixes https://github.com/dotnet/maui/issues/21948 |Before|After| |--|--| |||
### Issues Fixed Fixes https://github.com/dotnet/maui/issues/23325 Fixes https://github.com/dotnet/maui/issues/24100
### Issues Fixed Fixes https://github.com/dotnet/maui/issues/23195 Fixes https://github.com/dotnet/maui/issues/11790 Fixes https://github.com/dotnet/maui/issues/23201 https://github.com/dotnet/maui/assets/42434498/fe7fd762-97fb-44a2-ac5c-161fe47ee2ab
### Description The application crashes when attempting to reorder items when the `````` is used directly in the XAML code. The correct approach is to use ``````, which supports reordering...
### Issues Fixed Fixes https://github.com/dotnet/maui/issues/23220
Fixes https://github.com/dotnet/docs-maui/issues/2362 --- #### Internal previews | 📄 File | 🔗 Preview link | |:--|:--| | [docs/user-interface/controls/collectionview/selection.md](https://github.com/dotnet/docs-maui/blob/d9a4353a9dffeda1a4e755256e369af81382d5a2/docs/user-interface/controls/collectionview/selection.md) | [Configure CollectionView item selection](https://review.learn.microsoft.com/en-us/dotnet/maui/user-interface/controls/collectionview/selection?branch=pr-en-us-2388) |
### Issues Fixed Fixes https://github.com/dotnet/maui/issues/25225 |Before|After| |--|--| |||
### Description of Change Right now the only way to set a ripple color for buttons is to use custom mappers or platform specific code. But, for image buttons there...
### Description of Change When specifying Keyboard="Numeric/Plain/Telephone", the resulting keyboard on iOS lacks a dedicated "Done" button, making it difficult for users to dismiss the keyboard. This issue is further...