I am creating an app that uses tabs. I want to be able to add, edit, and delete on each tab. I have these three buttons outside of the tabs so they can be used for each one. I am trying to figure out how to use SelectedTab so that the tab I am currently on will be the one that gets changed. Any help is appreciated. thanks
Share
Instead of using buttons, I let users double click on the datagrid and a new window where they can edit and such.