I am developing a Windows Form Application with several pages. I am using a TabControl to implement this. Instead of using the header to switch between tabs, I want my application to control this e.g. the next tab should open after the user has filled in a text box and clicked the next button.
Share
You can replace tabcontrol with a hand made panel that mimic like you want:
And then add pages and set current visible page: