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

前端 未结 3 474
余生分开走
余生分开走 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:26

    As Ed Phuket said it is working but :
    You need to add Mode=OneWay if you want it to update with OnPropertyChanged event to the span because it has OneTime Binding mode as default

提交回复
热议问题