Olivier Betman
Olivier Betman
### Description I have 2 pages which are almost the same - both contain `CarouselView` with `CollectionViews` inside. There is one key difference, in the first page `CollectionView` contains `Border`...
### Description of Change 1. Instead of `DateTime.Now` I'm using the `DateTimeOffset.Now.DateTime.Date`. |Before|After| |-|-| |  |  | 2. I've replaced the `.ToUniversalTime()` from `UpdateMinimumDate()` and `UpdateMaximumDate()` with `.ToUniversalTimeNative()`...
### Description of Change This PR is an addition to https://github.com/dotnet/maui/pull/24948 and it further improves performance of first render of `DatePicker` by creating `DatePickerDialog` on demand instead of on control...