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
1871
Cycle through tabs?
posted

Is there a way to cycle through tabs? I want to use the Alt+Right Arrow to move to the next tab, once I reach the last tab I want it to wrap around back to the first tab. Using Alt+Left Arrow I want to do the opposite. If there is no way to currently do this can you tell me which event I should use to trap the keystroke. Should it be KeyDown?

Parents
  • 4618
    posted

    Hi Michael,

    I have constructed and attached a commented sample which demonstrates this behavior.

    Please find the sample attached.

    Note: The purpose of the ultraButton in this sample is to draw focus from the ultraTabControl's tabs, which already exhibit cycling behavior using just the Left/Right directional keys, but only when they are in focus.

    If you have any further questions regarding this behavior, please let me know.

    Sincerely,
    Chris K
    Developer Support Engineer
    Infragistics, Inc.
    www.infragistics.com/support

    CycleThruTabs98652.zip
Reply Children