Sizing a control on a multirowedTab Control

  • Thread starter Thread starter Sean
  • Start date Start date
S

Sean

Is there a way to determine the size of the useable area
of a tab control? I'm trying to create a Panel on the fly
to place controls in (so it is scrollable), but the Tab
Pages are all created on the fly also, and the number of
rows of tabs could change, and I want the panel size to
change to fit the available space. Thanks.
 
Hi Sean,

That you do not have to measure when you use the "dock" property,

I think you will love it when you see it?

(Although after a while you hate it because you have to take care of the
order you places controls on a form).

Cor
 
Damn, that is pretty sweet. Thanks!
-----Original Message-----
Hi Sean,

That you do not have to measure when you use the "dock" property,

I think you will love it when you see it?

(Although after a while you hate it because you have to take care of the
order you places controls on a form).

Cor



.
 
Back
Top