Currently auto-hidden windows are displayed under following conditions: - Associated TaItem is hovered or - Associated TabItem is clicked or - The DockWindow itself becomes the currently Active one We should allow the user to control these conditions.
When RadDock.RightToLeft is Yes, the AutoHide tabs are positioned at the bottom of the AutoHideTabStrip, but not at the top.
When RadDock.RightToLeft is Yes, the close buttons are correctly aligned to left (but not to right as it is by default). However, the text is not aligned to right, so the close button overlaps the text.
When you change the text of a ToolWindow programmatically, this setting is not reflected on the titlebar of the TabStrip. The same issue appears for the title bar of RadForm when the ToolWindow is floating. Another case of this issue can be encountered for the AutoHideTab when the ToolWindow is in autohide mode.
When a form that contains a RadDock is TopMost, AutoHide windows are shown behind the form
When the Form that contains RadDock is TopMost, the floating windows owned by the RadDock instance are not TopMost, so they go behind the form.
In case of two or more DocumentTabStrips in the DocumentContainer, the ZOrder of the DocumentWindows is not updated property.
It will be nice to have FloatingSize or DefaultFloatingSize property at a DockWindow level. This will allow the user to have a floating window with a custom default size different than 300x300.
Resize cursor is initially set when RadDock is mouse-entered
RadSplitContainer designer is dependant on the RadDock assembly. This dependency should be removed. (ActionLists getter).