Im working on my school project, Windows forms app.
As u see, i create 3 panels, one for header, one for nav bar, and one for content. Can i meake header and nav bar static, like layout in webpages, and change content on btn click.
I do it creating a few panels, and change visibility (true/false) for every panel to show specific one. Is there better whay to do this, i think it has to be more elegant, im beginer, its school project and im finding for clever answer.