I’m using VB2010 and I want to be able to create a button.click event that will return the user to an open tabitem. All my research is yielding information on how to create a closeable tab item, but that’s not what I’m looking for.
Request the kind assistance of this community. Hopefully, as I learn I can contribute. Thanks.
You should be able to set the TabControl’s SelectedItem to the TabItem you wish to activate.