-
Notifications
You must be signed in to change notification settings - Fork 706
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
NumberBox TextAlignment property is missing #7399
Comments
I think the reason this isn't available is because it's marked as an experimental API, so it won't be in release builds. |
I just found that this has been asked before in #4697 There's a suggestion there for if you want this right away: #4697 (comment) I'm going to close this issue as a dupe of that one, just because the other issue already has an internal task tracking it (https://task.ms/32309254). I'm going to continue to work on getting this API promoted to stable. |
Duplicate of #4697 |
Ok, @krschau, I hope we will see this soon as available. |
For those who needs this immediately, I have published NumberBoxEx for this. You can get it as NuGet package. |
Describe the bug
I want to center the text inside a NumberBox, but the TextAlignment property available in this documentation can't be used with WinUI 3.
Steps to reproduce the bug
Expected behavior
I expect the property to be available for use as it's part of the documentation and also added in WinUI library two years ago according to this PR.
Screenshots
No response
NuGet package version
WinUI 3 - Windows App SDK 1.1.2
Windows app type
Device form factor
Desktop
Windows version
Windows Insider Build (xxxxx)
Additional context
No response
The text was updated successfully, but these errors were encountered: