picker

  1. giulichajari

    How can i update Picker inside a DataTemplate

    I have a DataTemplate with a list of "Tareas", which are Task to do, each elements of "Tarea" has a list of Products: public class Tarea : INotifyPropertyChanged { public ObservableCollection<Producto> Productos { get; set; } public event PropertyChangedEventHandler PropertyChanged...
  2. R

    Picker in CollectionView does not bind

    Greetings all Recently I dipped my finger in dotnet maui and C# for first time. So I run intro some issues. I am trying to follow MVVM model and make a collectionview that contains Labels and Pickers. The labels update as expected but the picker does not, it is empty. <CollectionView...
Back
Top Bottom