Is it possible to add more characters after a binding in xaml?

后端 未结 7 1150
小蘑菇
小蘑菇 2021-02-02 10:36

I was wondering something, and couldn\'t find any relevant topics. I have following binding :

Content=\"{x:Static resx:Resource.Form_OtherOption_Description}\"
<         


        
7条回答
  •  陌清茗
    陌清茗 (楼主)
    2021-02-02 11:06

    You can also use MultiBinding with StringFormat e.g:

    
        
            
                
                 
                 
            
        
    
    

    You can use this in a content control TextBlock TextBlock.Text (sorry I couldn't get the code to show up for this above)

提交回复
热议问题