I have all my Mdi Ribbon merging of Tabs working great. The only problem is that the MergeOrder doesn't affect the visible order of merged tabs.
I need the Mdi ribbon tab to show up after a specific tab but currently all merged tabs show up at the end....even when the MergeOrder is zero and the main ribbon merge orders are set to 1.
Ideas on re-positioning? I already tried the SelectedTab.Reposition() and it does nothing.
thanks for any help
-Ken
Hello Ken,
Could you please review the sample attached to this post and see if it meets your requirements.Please feel free to let me know if I misunderstood you or if you have any other questions.
I am checking about the progress of this issue. Please let me know If you need any further assistance on this.
What you gave me works in your sample but doesn't work for me in my application.
I have several mdi children that open inside of our main form when their Ribbon Button is clicked. Each child has a Ribbon with one tab and the MergeOrder = 1.
The Main form has 7 tabs with the MergeOrder starting at 2. All the Child Tabs open offscreen to the far right and not at the beginning on the left.
The only difference is that my child mdi tabs are each in a TabGroup...could that be the problem??
If you mean different ContextualTabGroups then I think that you are right and you might want to consider changing your layout.
Please do not hesitate to contact us if you need any additional assistance.