1
I’m working with the standard MVVM
, so far so good, I have a class PessoaViewlModel
.
In it I own a property IEnumerable<Municipio> Municipios
, in which he presents to me all the municipalities, in accordance with UF(Unidade federativa Selecionada)
.
When I start WPF of person registration, it loads the municipalities, but after initialized step the command so that in the list are only the municipalities that correspond to UF. On my own property Municipios
of PessoaViewModel
is correct, but the items in the combobox does not follow faithfully the information in Municipios
to which the combobox
is linked with Binding.