Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
135
Dragging tabs outside of the control
posted

I'm looking for a pair of things that are related. Right now, I have 2+ UltraTabControls that I want to drag tabs between (related to a previous question). There are some screen artifacts that I'm trying to get consistent in these cases.

1. Controlling the red positional arrows

With a tab set to AllowMoving, the UltraTabControl shows little red arrows where the tab will drop when the user releases the mouse. Is there a way of dragging the tab over to another UltraTabControl and see the same red arrows (without moving the tab over to that control first)?

2. Cursors while dragging

I don't seem to be able to control the cursor while dragging a tab outside of the tab control. I have some logic to figure out if the user is over a different (but valid) tab control. I also have logic to handle when they release it over the desktop, but when I try to change the cursor to a hand or deny, it always resets to the deny inside the UltraTabControl itself. Is there some way to turn off the logic or to tell the UltraTabControl that it is hovering over a valid location?