TWebPageControl Padding

Hi,

Please create a new project and add a TWebPageControl and on the first tab create another page control and then do the same again. For each page control set the BorderStyle to bsSingle. Run the project and you will see padding (or possibley margin) on the right and bottom sides. How do you get rid of this?

Thanks,

Ken

I have worked this out but I don't understand why it is so.

The page control's height and width style has to be set to ssAbsolute and the tabsheet's height and width style has to be set to ssPercent. No other combination works.

We traced & solved this issue. The next update will address this.

Thanks.