WPF design question (custom control or mvvm)
问题 Here is the scenario: I have a visual that displays some data The data to the visual can come in one of two ways Via user input through the keyboard or mouse Via some backend source Both these data inputs can be of one of two forms Control data or Raw data for simple display Control data causes changes in the visual Raw data is simply showed as is In other words, the view is being served by two masters, viz user input and backend input. An example would be a multi-user game that has visuals