Greetings,

I need to hide the tabs from a c1dockingtab. I don't want to hide the pages of the dockingtab. IN VB6 there was no problem with this because by setting theheight to 1 automatically the tabs where hidden but in visual studio 2005 in vb I've tried many options but none seem to work.

This was the last one but it just removes everything.

Dim x As Object

For Each x In C1DockingTab1.TabPages

C1DockingTab1.TabPages.Remove(x)

Next

I would really much appreciate your help.

Thank you, very much