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
240
Outlook bar with wizard style navigation of next and prev buttons
posted

Hello Infragistics Team,

i need To design a outlook bar with wizard style navigation.

it should navigate to next item in the current active group When I click on next button.

Can you please help me your inputs on this.

Your response at the earliest is very much appreciated.

Thanks and Regards,

Shashikanth N

  • 29105
    Offline posted

    Hello Shashikanth,

    Thank you for contacting Infragistics. In order to navigate every instance of OutlookBarGroup you can use the GroupMoveUp and GroupMoveDown methods on the XamOutlookBar and keep track of the SelectedGroup.

    An example can be found in our online documentation page: SelectedGroup property

    Let me know if you have any questions.