Hi,
a simple question for you guys. Should the ViewModel contain the logic of model and the logic of view? The logic of model would be to create new data and stuff like that. Futhermore the logic of view should be to disabling and enabling different controls of view, dynamically displaying new controls, selecting an item in ListBox, expanding a node in TreeView and stuff like that. Are there any kind of rules for how far to use ViewModel?