I have a large amount of tabs and information gets populated in to these tabs, is there anyway to change the apperance of the tabs to alert the user that there is information there
First of all you should set the Multirow property of the Tabstrip object to True to that all the tabs are visible on the form.
Secondly, if you are using version 6.0 controls than the individual Tab object in the Tabs collection of the Tabstrip object exposes the Highlight property. Setting this property to True causes the individual tab to appear highlighted. You can use this to acquire user's attention. You can also use a timer to toggle the highlight on and off repeatedly to create a blinking effect.
Note that the Highlight property is only available in version 6 common controls.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.