E
Esmail Bonakarian
Hello all,
I have a tabcontrol with 3 tabpages. I want to
hide (not just disable) the 3 actual selection tabs that
allow a user to select a given tab page, but keep the
page around and active.
Instead I will be changing the current tabpage shown
programmatically.
I haven't found a way to do this, but I don't know
that much about windows forms (yet ;-)
I am currently implementing this behavior with the
use of one form and 3 panels, however someone suggested
the use of a TabControl, which is nice and gives me most
of the functionality I need, but unless I can get rid
of (ie make invisible) the actual selection tabs I'll
have to stick to my 1 Form + 3 Panels idea.
... is it possible to hide just the selection tab of
a tab page?
thanks,
Esmail
I have a tabcontrol with 3 tabpages. I want to
hide (not just disable) the 3 actual selection tabs that
allow a user to select a given tab page, but keep the
page around and active.
Instead I will be changing the current tabpage shown
programmatically.
I haven't found a way to do this, but I don't know
that much about windows forms (yet ;-)
I am currently implementing this behavior with the
use of one form and 3 panels, however someone suggested
the use of a TabControl, which is nice and gives me most
of the functionality I need, but unless I can get rid
of (ie make invisible) the actual selection tabs I'll
have to stick to my 1 Form + 3 Panels idea.
... is it possible to hide just the selection tab of
a tab page?
thanks,
Esmail