Posts by Evandro Mendonça • 36 points
2 posts
-
1
votes1
answer277
viewsA: I would like a brief explanation of how to fill a combobox in MVVM standard
Hello! I use the Viewmodel to assemble the list of items I want to popular the combobox. For example: <ComboBox ItemsSource="{Binding ListaItens}" SelectedItem="{Binding ItemSelecionado}" />…
-
1
votes1
answer449
viewsA: WPF Combobox - How to fill in using MVVM
Hello! I use the Viewmodel to assemble the list of items I want to popular the combobox. For example: <ComboBox ItemsSource="{Binding ListaItens}" SelectedItem="{Binding ItemSelecionado}" />…