Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
140
Style Inactive Tabs
posted

How do you style the inactive tabs (non-selected tabs)? And is there a way to style individual inactive tabs vs. the entire group?

Parents
  • 44743
    Verified Answer
    posted

    There are no role states defined for the inactive state. You can submit a feature request for this here: http://devcenter.infragistics.com/Protected/RequestFeature.aspx.

    You can also try to work around the issue by setting an appearance for the Normal state and then setting the Active (or Selected) state appearance so it looks like the tabs did before you changed anything. Then the Normal state appearance will only be applied to inactive tabs.

    As for your second questions, setting the appearance on individual tabs is not possible with styling. The purpose of styling is to make global changes in the appearance of an application. Changes to individual things should be done in code or the Forms designer in VS.

Reply Children
No Data