Team, I am new to WPF MVVM. In my WPF window i have multiple grids(arranged vertically). is that possible to change the focus/control based on button or hyperlink.
Say: we have 3 grids "Top Grid", "Middle grid" and "Bottom Grid". When i am at 'Top Grid" i should be able to move to 'bottom Grid' on button/hyperlink click. Similarly when am at 'bottom grid', i should be able to move to 'Top grid' on click of button/hyperlink.
Any assistance/sample is greatly appreciated. Thanks