TAdvPageControl - Top & Left always > 0

Hi,

I like to use the TAdvPageControl (with TabVisible := false), but without offset of the TabSheets to left and top of the PageControl (always 4 and 4).

Is this possible?

Thanks.

TAdvPageControl descends from TPageControl (which is a wrapper around the Windows page control class) and it is this base control that causes this limit on the page client area. We have also TAdvOfficePager that was built from the ground up and doesn't have such VCL or Windows base class dependency that might fit your needs better for this case. See: http://www.tmssoftware.com/site/aop.asp 

Thank you, I'll try.