N NuBBeR Oct 19, 2004 #1 I am trying to hid a tab page in a tabcontrol and when i use tabpage.Hide() the tab page is still visible. any suggestions?
I am trying to hid a tab page in a tabcontrol and when i use tabpage.Hide() the tab page is still visible. any suggestions?
W Wes Oct 19, 2004 #2 Hello NuBBeR, You could try to remove it from the tabcontrol tabpag collection, but make sure to keep a reference to it so you can add it back when you need to. HTH Wes Haggard http://weblogs.asp.net/whaggard/
Hello NuBBeR, You could try to remove it from the tabcontrol tabpag collection, but make sure to keep a reference to it so you can add it back when you need to. HTH Wes Haggard http://weblogs.asp.net/whaggard/