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

I've used both `HorizontalStackLayout` and `StackLayout` with horizontal orientation, and in both cases the buttons are offscreen left. ``` ``` Turning everything vertical lays out ok. ``` ``` Build 9.217...

bug
high

I have some buttons with icon fonts for the image source and the label. In neither case do they display. ![image](https://user-images.githubusercontent.com/41873/137390140-61fc659a-2092-4774-8a67-d57acc303da1.png) ``` ``` Build 9.217 Fluent

bug
medium

Create the basic stuff to have a Gtk 3 .NET MAUI App and a SkiaSharp GraphicsView implementation to draw and allow to use the control on Linux.

hacktoberfest

Create benchmarks where compare: - The **rendering time** of a page loading 1, 10 and 100 controls comparing native vs drawn. Example: 100 Slider. - **Memory usage** with 1, 10,...

hacktoberfest

I cannot click/tap the checkbox to change selection state. ``` ```

bug

Request is to add [Radio Button](https://material.io/components/radio-buttons) support to the Graphics.Controls Repo. In our UC we need to mix graphics and controls on the same canvas. We ultimately need support of...

enhancement

Include a **RenderMode** property. `RenderMode = "Native|Skia"` This way we allow to choose if render the control using the native drawing APIs or SkiaSharp. Use native drawing APIs Pros -...

enhancement

The idea would be to add access to some showcases where: - Replicate Dribbble or similar designs using the drawn controls. - Take advantage of the possibilities of extension or...

enhancement
hacktoberfest