Maui.Markup
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#
### Description of Change ### This PR will add the Source Link to our package. Before (1.0.1 on nuget.org):  After (This PR):  As you can see the *Source...
### 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]...
### 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...
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...
### 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...
### 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 * [ ]...
### 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....
### 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...