This question is locked. New answers and comments are not allowed.
I am using the RADTapStrip (v 2.2) winforms control on a VB.Net form. I am buliding the tabitems dynamically. When I select a tab it changes color to indicate the tab selected but the other tab also retains its selected color state instead to return to its default state. I would have thought this behavior would be built in but evidently I need to change it programmically, how do I do this? I there a property I need to set when I create the TabItem?