Maui.Markup icon indicating copy to clipboard operation
Maui.Markup copied to clipboard

The .NET MAUI Markup Community Toolkit is a community-created library that contains Fluent C# Extension Methods to easily create your User Interface in C#

Results 17 Maui.Markup issues
Sort by recently updated
recently updated
newest added

### Description of Change ### This PR will add the Source Link to our package. Before (1.0.1 on nuget.org): ![image](https://user-images.githubusercontent.com/20712372/180889126-ac9fcd77-2e86-48ea-8830-ddf3ca67132f.png) After (This PR): ![image](https://user-images.githubusercontent.com/20712372/180889299-9f8b88a5-7b54-4ba1-befa-b61eaa657809.png) As you can see the *Source...

♻ housekeeping

### Description of Change ### Adds support for fluently setting `SemanticProperties`, `AutomationProperties` and also `VisualElement.AutomationId`. ### Linked Issues ### - Fixes #91 ### PR Checklist ### - [x] Has a...

# Add support for fluently applying SemanticProperties * [x] Proposed * [x] Prototype * [x] Implementation * [x] iOS Support * [x] Android Support * [x] macOS Support * [x]...

approved
champion
proposal
pending documentation
in-progress

### Description if i use TextCenterVertical(), Label is not center vertically (windows, android, i dont have ios so can't try it), but if i use standard code, the apps runs...

bug

Today our NuGet package isn't great and after watching [this amazing talk from Claire](https://youtu.be/C_2BStepVKw) I saw that we can make our package even better! Helping users to see our code...

♻ housekeeping

### Description BindableLayout is not working - Making use of the **ItemTemplate** markup method. ### Stack Trace ### Link to Reproduction Sample https://github.com/egvijayanand/markup-issue-89 ### Steps to Reproduce 1. Clone the...

bug
unverified

### Description of Change ### ### Linked Issues ### - Fixes # #117 ### PR Checklist ### - [ ] Has a linked Issue, and the Issue has been `approved`(bug)...

# Extension bindings for AppTheme and AppThemeColor * [x] Proposed * [ ] Prototype: Not Started * [ ] Implementation: Not Started * [ ] iOS Support * [ ]...

approved
champion
proposal
pending documentation

### Description Hi, I'm a Maui / markup newbie and stumbled into this problem. In the settings, copy and pasting into Text entry field doesn't work. ### Stack Trace None....

bug
unverified

### Description TextAlignmentExtensions does not work with inherited controls of Label, Picker, etc. Previously this worked because the type parameter of the extension method was ITextAlignment, instead of a concrete...

bug