How to reuse a `DataTemplate` but changing the `ContextFlyout` based on the `x:DataType`?
I have three classes, of which two subclass the first:
Having the child’s scroll view take precedence over the parent’s when mouse is over the child
(I don’t think this is a dup of WinUI 3 ListView (or ScrollView) inside a ScrollView)
How to set a max and min date of a `DatePicker` as it has only `MinYear` and `MaxYear`
The MaxYear
and MinYear
properties take a DateTimeOffset
but it ignores the month and day components. I guess that’s why the property was named with “Year”.