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
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.