With the DockManager, is there a way to display an indicator like a small arrow when a tab is moved to another position? Somewhat like FireFox does here:
Thanks
Hi,
Could you please verify what exactly is your scenario with the Dock Manager and UltraTabControl control? If you are referring to the UltraTabControl you could change the property “AllowTabMoving” to “true” in it. This will allow you to move the tabs to another position with 2 small arrow during the moving.
If you have additional questions or I am missing something in your scenario please let me know.
Sincerely,
Georgi
Developer Support Engineer
Infragistics, Inc.
www.infragistics.com/support
>what exactly is your scenario with the Dock Manager and UltraTabControl control?
I don't have an UltraTabControl control. I just have a DockManager and a series of docked UltraPanels. The DockManager automatically displays a Tab for each docked panels.
I can't seam to find the DockManager "AllowTabMoving" property that displays 2 small arrows during the moving.