I'm trying to learn MVVM and as a new person without a tutor, sometimes it gets sooo confusing. right now I have this problem:
** in one window, I have used 3 different views from different modelviews. ** each view is for selecting one item from a branch and we will traverse the tree. ** in first View, I choose my book ** the 2nd view will show pages of that book ** the last view I want it to show exercises of that page.
so far I was able to bind the 1st view to the Books. now, how should I bind the second view's source to the 1st one's slectedItem ?
MVVM Problem http://clickasun.ir/8283kitchen/images/mvvmproblem.jpg