listview - Updating View with respect to ViewCell in Xamarin.Forms -


i have view list , label.

i placed time picker inside viewcell of corresponding list.

i want know how can selected time of time picker corresponding label present in view. !

how can it?

how can update label inside view respect time picker present in viewcell ?

we can of implementing inotifypropertychange change label in view update corresponding picker in viewcell.

refer :

https://developer.xamarin.com/api/type/system.componentmodel.inotifypropertychanged/

https://developer.xamarin.com/guides/cross-platform/xamarin-forms/user-interface/xaml-basics/data_bindings_to_mvvm/

similar forum post : https://forums.xamarin.com/discussion/comment/154124


Comments

Popular posts from this blog

java - Date formats difference between yyyy-MM-dd'T'HH:mm:ss and yyyy-MM-dd'T'HH:mm:ssXXX -

c# - Get rid of xmlns attribute when adding node to existing xml -