I need a gap between two tabs in a TabControl. Could anyone help?

  • Thread starter Thread starter nvx
  • Start date Start date
N

nvx

Hello there,
I have a TabControl on a form and I would very much like to have a
(let's say) 30 pixels gap between two specific tabs. Is there any way
how to achieve this?

Thanks for any help...

Regards
nvx
 
i don't think so, since the TabControl is actually a Windows Common Control
and as far as i know that's imposible. What you cand do is create your own
custom control to achieve that effect.
 
Alexander, thank you very much for your time... Since I'm quite a
newbie to C# and to WinForm applications it seems I'll have to let it
stay the original way... :I

Regards
nvx


Alexander Ubillus napsal:
 
Could try SpringSys XTabControl. A property like "TabSpace" would determine
the spacing between tabs.


-jeff


"> Hello there,
 
Back
Top