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
1921
How to sort windows list?
posted

Hi,

I am using Infragistics dock panel. Consider i'm adding multiple panes to a TabGroupPane. The Navigator window shows the list of windows opened either in Active windows order or visible windows order but the drop down arrow of the group pane shows the list in Alphabetical order. How to make this sink ie. the navigator window and dropdown arrow should show the list in same order.

Can somebody help me in this?

  • 54937
    Suggested Answer
    Offline posted

    Currently there is no property exposed to control the order of this list or an event to allow you to manipulate the order of the items. The NavigationOrder just controls the order of the keyboard and panenavigator (and defaults to ActivationOrder as VS does for these things) whereas in VS and XDM the order of the documents files dopdown is always alphabetical. I would recommend submitting a feature request for this.