Tabstrip - any way to visually indicate Enabled state
Hello,
I am using the TabStrip in an app and when I set Enabled = False, the text on the Tab captions does not visually change to indicate this. Not a big deal, but it would be nice to visually indicate the enabled state of the tabstrip. Does anyone know how this might be accomplished?
Re: Tabstrip - any way to visually indicate Enabled state
i had the same problem, in the end i left it.
You could have a simple label right under your tab stip, saying locked, or a red light.
ILMV
Re: Tabstrip - any way to visually indicate Enabled state
If you really want to visualize the Enabled/Disabled state you should Enable/Disable the visual controls on the current tab.
Re: Tabstrip - any way to visually indicate Enabled state
Thank you both. My solution (for now) is to change the font bold property, bold for enabled, regular for disabled. I'm not 100% satisfied with that, but hey, that's life in the big city.