I am making a project inside of Visual Studio 2019 with the language C#. I've been looking for an answer to this question for quite some time.
What I am trying to achieve: There will be multiple tabs across the side of a panel, when a button is pressed it will display another page inside of a specific area, instead of needing to show a whole different other form. I've tried using tabs but the buttons are not customizable nor can I arrange the position of each button individually.
Thank you and I hope somebody can help.