Applying a VCL style to TWebBrowser

575 Views Asked by At

Is there any way to apply a VCL style to TWebBrowser? I would like to change the scrollbars to fit my selected style.

Thank you.

1

There are 1 best solutions below

1
On BEST ANSWER

TWebBrowser is a thin wrapper around the Internet Explorer ActiveX client. All of the UI behavior is controlled by IE, not the VCL. So I don't think you can control the look with VCL styles. You will have to use HTML/CSS styles instead.