Skip to main content

white tabs with native controls

  • December 21, 2011
  • 2 replies
  • 0 views

[Migrated content. Thread originally posted on 20 December 2011]

Is there a way to change the default color (white) of tab controls with native controls enabled in runtime 9, say for example to gray?

Thanks
Luca

2 replies

Stephen Hjerpe
  • Participating Frequently
  • 1100 replies
  • December 21, 2011

[Migrated content. Thread originally posted on 20 December 2011]

Is there a way to change the default color (white) of tab controls with native controls enabled in runtime 9, say for example to gray?

Thanks
Luca
The tab control does not have a COLOR property, you cannot assign a color to it. It may be possible to place a transparent bitmap (large enough to cover the tab page, and then place controls on top of this. Your tab header (where the tab tiltles are) will still be white.

  • Author
  • Rocketeer
  • 19312 replies
  • December 22, 2011

[Migrated content. Thread originally posted on 20 December 2011]

Is there a way to change the default color (white) of tab controls with native controls enabled in runtime 9, say for example to gray?

Thanks
Luca
Ok thank you for reply