I am using the tab MDI manager to manage my MDI forms in an application. The application allows the user to reorder them by dragging the tab to the order they choose. Another part of the application will hide those forms between loads of another MDI child. Again another part will show the hidden forms. When the application shows the now hidden forms they are reordered to the original order they where added in. This should not happen it should maintain the order the user chose.
I ended opening a case with infragistics.
Hello Lewis,
I just wanted to know if you were able to solve your issue based on my suggestions or you still need help? Just let me know.Thank you.
Hello Darwin,
As far as I understand your scenario you are looking for a way to keep the order of tabs after you show them. When you show the tab that was already hidden you want to be shown at the position on which was before that. So I have created small sample demonstrating this behavior. Create some tabs, reorder them , use show/hide.
Please let me know if you have any other questions on this matter.