Hi,
I am new to learning WPF application programming, stemming from a Java and Matlab background.
In my sample application to learn GUI programming I created a simple menu for a simple round based strategy game seen in the attached menu.PNG.
Upon activation of one of the buttons I'd like to switch the screen shown into an appropriate second layer of menu. So in the case of the Single Player button it would open progress into a new menu with game options. How do I most effectively do this in XAML. The opaque rectangle alongside the buttons is arranged in a grid. So can I just disable this grid and load a new one that I define to be non-visible at first?
Or is there a better way to do this?
Thanks!