get-flat
get-flat
## Describe the bug https://user-images.githubusercontent.com/74671895/141005297-59a8d014-fe60-4ee5-82cf-9449b9f1f6b0.mp4 ## Steps to Reproduce source code: https://docs.microsoft.com/en-us/windows/communitytoolkit/controls/datagrid_guidance/datagrid_basics#binding-a-datagrid-to-a-data-source ## Environment NuGet Package(s): 7.1.1-preview3 Package Version(s): Windows 10 Build Number: - [ ] Fall Creators Update (16299)...
### Overview Would it be possible to default Messenger to use WeakReferenceMessenger.Default for ObservableRecipient class when non-default constructor is used? (SourceGenerators only) Example: ``` [ObservableObject] [ObservableRecipient] public partial class Class1...
### Description Please provide code sample to achieve presented behavior: (tagging @jsuarezruiz) https://github.com/dotnet/maui/issues/5272#issuecomment-1087632422 7.0.0-rc2 keyboard is not hidden on button click by default. ### Steps to Reproduce Add an Entry...
### Description Android app crashes (always) on app resume/re-activate when FontImageSource Glyph is used. ``` ``` [AndroidRuntime] java.lang.IllegalArgumentException: You cannot start a load for a destroyed activity ### Steps to...
**Is your feature request related to a problem? Please describe.** Configurable TouchEffect: TapAnimation duration **Describe the solution you'd like** XAML property i.e. similar to ``` public static readonly BindableProperty DurationProperty...
Clear Button behavior is different for MAUI Entry and Uranium Material TextField. For TextField Clear Button visibility is updated in TextChanged event. Clear Button is not visible for TextField if...