Olivier Betman

Results 3 issues of 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`...

t/bug
area/perf 🏎️
area/controls 🎮
control-border

### Description of Change 1. Instead of `DateTime.Now` I'm using the `DateTimeOffset.Now.DateTime.Date`. |Before|After| |-|-| | ![image](https://github.com/user-attachments/assets/4fe66453-b883-4fbd-a28d-168a466c0ae9) | ![image](https://github.com/user-attachments/assets/55153ef7-7d22-4323-a686-6f49525b9d66) | 2. I've replaced the `.ToUniversalTime()` from `UpdateMinimumDate()` and `UpdateMaximumDate()` with `.ToUniversalTimeNative()`...

platform/android 🤖
community ✨

### 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...

platform/android 🤖
community ✨
area-controls-datetimepicker