How can i change order of the tabs at Ribbon.

Ribbon for WPF Forum

Posted 12 years ago by Jung-ho Kwun
Version: 12.1.0562
Avatar

As you know that a Group has Items property and it's support SortDescriptions.

It means I can change the sorting of it's child items.

But I can't find any property or a function related with sorting at a Tab class even at XAML.

I know that the sequence of add a tab to Tabs is applied to order of tabs to shown on Ribbon.

I want to known how to change the order of tabs on run-time.

Comments (1)

Answer - Posted 12 years ago by Actipro Software Support - Cleveland, OH, USA
Avatar

I'm sorry but those Ribbon controls don't really support SortDescriptions.  To sort tabs, you'd need to alter their order within the Ribbon.Tabs collection.


Actipro Software Support

The latest build of this product (v24.1.1) was released 2 months ago, which was after the last post in this thread.

Add Comment

Please log in to a validated account to post comments.