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