how to have 2 data binding fields in one Xamarin forms label?

前端 未结 3 489
余生分开走
余生分开走 2021-02-02 16:56

Hello I have a app i\'m working on in xamrian froms that gets data from a service. what i\'m trying to do is make the first name and last name fields display in the same label

3条回答
  •  爱一瞬间的悲伤
    2021-02-02 17:43

    While the team at Xamarin Forms are still figuring out Binding with the Span element, you can just change the formatting of the Labels to get this working:

        
            
    

提交回复
热议问题