Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我试图修改 JvTabBar 的属性,但它不起作用。我将 JvTabBarXPPainter 分配给 JvTabBar,但它只更改了“FixedTabSize”属性。其他都不能改变。我感兴趣的是改变背景颜色和字体。
您可以使用 TJvModernTabBarPainter 并将其分配给 JvTabBar。它允许您修改所有属性。XP-Painter 使用主题 API 进行绘制,除非您在系统范围内更改 XP 主题样式,否则您无法更改其颜色。