I have a TabControl, with 5 TabPages, is there any way I can go through every tab pragmatically? I want to be able to see on what tab the user is, and after he/she clicks a button, the next tab will become available, automatically, so they can write something in that page. Is this possible?
Share
You can simply change the selected index:
In my example above, the
SelectedIndexis increased based on the presently selected index — if there is an additional tab to change to.