PC SOFT

FOROS PROFESIONALES
WINDEVWEBDEV y WINDEV Mobile

Inicio → WINDEV 2024 → [WD22] TAB-control behavier
[WD22] TAB-control behavier
Iniciado por guest, 09,feb. 2018 13:52 - 2 respuestas
Publicado el 09,febrero 2018 - 13:52
Hi all,

I've noticed that hoovering above a tab of a tab-control during drag-and-drop this tab is activated like left-click on it, while I do not click on it! But I do hold the left button down.
Someone who knows a way to avoid this?
Publicado el 09,febrero 2018 - 14:41
Hi Stefan,

I'm not sure it's possible, as this is the only way a user can drop something on another tab than the currently active one...

in other words, it's the normal behavior while drag and dropping...

If you really need to change that, I suppose that if you use the programmatic drag and drop mode, you could make the other tabs inactive/invisible during the drag/drop process and resume their normal state at the

Best regards
Publicado el 09,febrero 2018 - 14:55
Hi Fabrice,

I realize that indeed it is the only way to drop something on another tab.
But in my case the tab control is between the drag-and-drop source and the target and is not supposed to act on that moment. So I will look into the possibility to make the tab-control inactive on that moment.

Thank you for your respons.