-
Notifications
You must be signed in to change notification settings - Fork 1.4k
This issue was moved to a discussion.
You can continue the conversation there. Go to discussion →
I'd like to have a Vertical TextBlock to render East Asian Text #2441
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
Comments
Thanks for submitting an issue @juma-msft. Can you file a UserVoice issue for this request as well? Thanks. |
I think that would be the default behavior for the standard TextBlock when the culture is set... |
The platform control doesn't currently support this, so we could only achieve this with a custom control. |
I understand, I'm saying it should be the default. This is something that should go directly into the platform |
Agree that this should be part of the platform, but, AFAIK, there are currently no plans. I've discussed offline with @juma-msft and this makes sense to add to the toolkit as a step to the platform and I'm all for it. But of course this is open to a discussion. Another thing that's not mentioned here is that this is a C++ control. It would be a whole new binary and it could be a open the door for other native controls that provide the performance needed by some commercial scenarios. |
Keep in mind that some Asian languages make sense for vertical alignment but this shouldn't be the default behavior. My vote goes to support this in the toolkit. |
If this makes it down to the platform/Win UI level - it should be a property of something like TextOrientation Horizontal; Vertical; - which works alongside Left, Right, Centred, Justify - and possibly include Top, Middle, Bottom options as well. If the underlying Direct Write API supports something, surely the native/xaml controls should expose them. |
This issue seems inactive. Do you need help to complete this issue? |
There is a control in development to address this issue Mr Bot. |
Moving this to the discussion since it still requires more clarity. |
This issue was moved to a discussion.
You can continue the conversation there. Go to discussion →
I'm submitting a...
Feature request (UserVoice request: )
Current behavior
XAML doesn't provide a way to render text vertically like so.

Expected behavior
It would be nice to have that behavior. There's already some discussion on the social sites:
https://social.msdn.microsoft.com/Forums/ja-JP/edd1f33c-e4a0-4717-ae88-99c7d787e711/content-12420-text
but no solution which is widespread.
The text was updated successfully, but these errors were encountered: