Individual Tab strip customization

Is there a way to bind an individual tab’s color to some sort of script or tag?
I’d like to be able to highlight the particular tab if there will be something that needs urgent attention from the user to make navigation easier.

You can bind the tab data property of the tab strip to a cell update binding where you can dynamically change any cell. In your case you will bind each tab’s color cell to a different property or tag.

This is exactly what I needed, Thanks Travis.