I want to create an application that has different views. I put my different components in different panels. By clicking on a button, I would like to see the panel that belongs to that button. Is there any other way to navigate between panels besides setting the visibility to false?
Or is there a better way to navigate using other components other than panel?