Windows Phone 8.1 XAML StringFormat

后端 未结 3 1983
迷失自我
迷失自我 2020-12-15 07:27

I am trying to display some text along with binded data, for example, I have the code:



        
3条回答
  •  时光说笑
    2020-12-15 08:08

    Like @KooKiz pointed out StringFormat at the moment isn't supported, but you could accomplish the same effect just breaking out your lines into inline Runs without a converter like;

    
       
       
       
    
    

    Hope this helps, cheers.

提交回复
热议问题