
I have a TabStrip that contains three TabStripPages. I would like to programmatically disable AND HIDE one of the TabStripPages. I can set its ENABLED property to false, but the tabstrip is still visible, AND it seems to respond to mouse clicks (my 'SelectionChanging' event handler gets called when I click the disabled tab).
Is this possible?
Rob
Is this possible?
Rob