dotnet / dotnet/wpf

When FlowDirection is set to RightToLeft text is misplaced

未关闭
#10,653 1 条评论 0 个 reaction 已指派 0 人 在 GitHub 查看
:mailbox_with_no_mail: waiting-author-feedback
主要语言
C#
星标
7.7k
派生
1.3k
平均合并
1 天 11 小时
30 天内合并 PR
61

描述

### Description

When setting the flowdirection from RightToLeft and set the Text property as "25 days.8 hours:30 minutes:10 sec". The output text appears as days.8 hours:30 minutes:10 sec 25.

### Reproduction Steps

1. Run the sample.
2. You can notice that when i set the text it is misplaced.

### Expected behavior

When i set the text as "25 days.8 hours:30 minutes:10 sec". I need the text to appear as "25 days.8 hours:30 minutes:10 sec".

### Actual behavior

When i set the text as "25 days.8 hours:30 minutes:10 sec" it appears as days.8 hours:30 minutes:10 sec 25.

### Other information

[WpfApp1.zip](https://github.com/user-attachments/files/19461272/WpfApp1.zip)

贡献指南

打开贡献指南

评估

这个 Issue 还没有评估数据。

把新 issue 发到你的邮箱

精选适合新手参与的 GitHub issue 摘要。