User Control - Dependancy property MVVM
WPF
1
Posts
1
Posters
0
Views
1
Watching
-
User Control: 1. Dropdown box of States (not all states, list from database via View Model. 2. A listbox of Counties based on state selection. The county name for county and the code for the county is what the parent forms will bind to the code for the county selection. State abbreviations will be used for both state selection and selected value. Various forms need the user control to get state and County and bind to the database selection. I know how to set up MVVM. And can write the VM and Model with data access. I have not set up the view model yet I want the user control to handle the logic of the state and county selections here is the xaml: Code behind VB, but help in C# is apricated. Namespace Controls