tab fixed height

  • Thread starter Thread starter NetworkTrade
  • Start date Start date
N

NetworkTrade

the user wants to select the form's tab via a button, not the regular tab
itself.

button approach works, that's fine.

but to hide the actual tab "header" itself for all tabs: ....when I adjust
property: 'tab fixed height' of the overall TabCtl
I can make it very small and not really visible but value of 0 restores it
to regular full height....

is there a better way to hide all the tab headers....
 
Why not just set the tab control's Style property to:
Buttons

Set it to None if you really want neither tabs nor buttons.
 
Back
Top