Stephen Quan

Results 13 issues of Stephen Quan

The following codepoints are reserved and should be avoided: - U+FE00...U+FE0F (65024...65039) are Variation Selectors - see https://codepoints.net/variation_selectors - U+FE20...U+FE2F (65056...65071) are Combining Half Marks - see https://codepoints.net/combining_half_marks In my...

Document the new boolean operators that are being introduced in https://github.com/CommunityToolkit/Maui/issues/2181

### Description of Change ### - MultiMathExpressionConverterPage.xaml - Add VerticalStackLayout and move existing sample inside - Added a Label with a DataTrigger on "x0 + x1 + x2 >= 60"...

Summary: - Implement Translate new Text, X0, X1, ... X9 bindable properties #34 - Implement SetTranslate extension method #35 Description of files changed: - MainPage.xaml - Add ContentPage.Title so that...

Introduce new SetTranslate extension method so that we can use Translate from C# code-behind. bindable.SetTranslate(targetProperty, text, args...) Examples: ```c# // count as constant arguments if (count == 0) CounterBtn.SetTranslate(Button.TextProperty, "ClickMe");...

Enhance Translate markup extension by: - Text can be a localize string resource or a binding to a localize string resource - X0 is a value of binding to a...

### Description of Change ### Parse a double using InvariantCulture to avoid issues when CurrentCulture changes, such as to 'ar-AR'. ### Linked Issues ### - Fixes https://github.com/CommunityToolkit/Maui/issues/2721 - Fixes https://github.com/CommunityToolkit/Maui/issues/2665...

help wanted
stale

### Description of Change ### - Refactor/Rewrite Expander to expose Expander.ContentHeight - Created ExpanderAnimationBehavior that animates the ContentHeight ### Linked Issues ### - Fixes https://github.com/CommunityToolkit/Maui/issues/2521 ### Linked Discussions ### -...

help wanted
stale

### Is there an existing issue for this? - [x] I have searched the existing issues ### Did you read the "Reporting a bug" section on Contributing file? - [x]...

bug
unverified

### Is there an existing issue for this? - [x] I have searched the existing issues ### Did you read the "Reporting a bug" section on Contributing file? - [x]...

bug
unverified