将 VCL 样式应用于 TWebBrowser

发布于 2024-12-14 02:33:17 字数 62 浏览 0 评论 0原文

有没有办法将VCL风格应用到TWebBrowser?我想更改滚动条以适合我选择的样式。

谢谢。

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.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

不念旧人 2024-12-21 02:33:17

TWebBrowser 是 Internet Explorer ActiveX 客户端的瘦包装器。所有 UI 行为均由 IE 控制,而不是 VCL。所以我不认为你可以用 VCL 样式控制外观。您将不得不使用 HTML/CSS 样式。

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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文