WPF Textblock Run 动态绑定 空白问题

 
正常编写: 
  <TextBlock >
            <Run Text="F"></Run>
            <Run Text="60"></Run>
            <Run Text="五4"></Run>
   </TextBlock>

显示结果如下图: 

 处理后代码:

  <TextBlock >
            <Run Text="F"></Run><Run 
                Text="60"></Run><Run 
                Text="五4"></Run>
   </TextBlock>

 

posted @ 2022-05-07 16:59  willamyao  阅读(152)  评论(0)    收藏  举报