Microsoft.Maui.Graphics.Controls icon indicating copy to clipboard operation
Microsoft.Maui.Graphics.Controls copied to clipboard

Experimental Microsoft.Maui.Graphics.Controls - Build drawn controls (Cupertino, Fluent and Material)

Results 38 Microsoft.Maui.Graphics.Controls issues
Sort by recently updated
recently updated
newest added

Adding comments provides explanations for each part of the `CupertinoCheckBoxDrawable` class, describing its purpose and how it contributes to drawing a checkbox with specific styles.

Adding comments to explain the purpose of each section and method in the CheckBoxHandler class, makes it easier to understand its functionality.

I'm a bit of a novice with the config items. Out of the box, it won't build. I'm using Microsoft Visual Studio Community 2022 (64-bit) - Current Version 17.4.4 .nuget\packages\microsoft.windowsappsdk\1.2.221109.1\include\DeploymentManagerAutoInitializer.cs(27,10,27,67):...

Estoy intentando usar la librería de los controles "Microsoft.Maui.Graphic.Controls", veo que ya no esta el nuget , pero tambien veo que ya esta incluido "Microsoft.Maui.Graphic" en Maui por defecto pero...

Are there any plans to add picker support to this library?

I have set FontAutoScalingEnabled="False" on my Editor controls, but the font size is still affected by the Android OS setting. Thanks

Added dynamic ripple color change based on background color lightness. Moved IsOn and IsCheck from StartInteraction to EndInteraction, so that client can cancel the interaction by moving the pointer/thumb outside...