I am creating an app that is using a tabbed view. I currently am able to double click on a line in the datagrid and a new window appears where I am able to edit contents of the selected line. I now have one tab that will need a different pop up window than the rest of the tabs. How do make the one tab show a different popup window than the rest of the tabs when double clicked? Let me know if you need more info.
Share
Check the TabControl.SelectedTab property to see if currently visible tab is the one you want: