Multiple Views that have same ViewModel
问题 In my Application business i have 3 step to define a person...in each step i get some info fro my person... For example i get firstname and lastname in step 1 and persontype in step 2 and get other info in step 3... I use from transition UI for show steps to my user and using from Fluidkit for any steps i have a usercontrol ...how can i bind my usercontrols to one ViewModel? 回答1: Your question isn't very clear, but yes, you can certainly use the same ViewModel instance for multiple different