Bug - TabControl |
Post Reply |
Author | |
JimK
Newbie Joined: 27 September 2007 Status: Offline Points: 27 |
Post Options
Thanks(0)
Posted: 04 October 2007 at 2:45am |
There appears to be an issue with the TabControl and DragDrop. I have two Two ListBoxes on a form seperated by a TabControl whose tabs run vertically.
I want to be able to drag items from the left hand list box to the right hand one, so I have set the OleDragMode of the first to automatic.
When I start dragging from one listbox to the other, the TabControl sets the active tab to whichever one lies underneath the mouse cursor. This should not happen as the TabControls DragMode is set to Manual.
|
|
Oleg
Admin Group Joined: 21 May 2003 Location: United States Status: Offline Points: 11234 |
Post Options
Thanks(0)
|
Hi,
Its designed.
Call TabControl1.PaintManager.SelectTabOnDragOver = False
if you don't want it.
|
|
Oleg, Support Team
CODEJOCK SOFTWARE SOLUTIONS |
|
JKDev
Groupie Joined: 27 September 2007 Location: Ireland Status: Offline Points: 59 |
Post Options
Thanks(0)
|
Ooops - apologies Oleg, I should have spent more time looking at the documentation - too keen to get the prototype out the door!
|
|
Post Reply | |
Tweet
|
Forum Jump | Forum Permissions You cannot post new topics in this forum You cannot reply to topics in this forum You cannot delete your posts in this forum You cannot edit your posts in this forum You cannot create polls in this forum You cannot vote in polls in this forum |