Scrolling in TsgImage

Discuss and ask questions about CAD VCL (Delphi and C++ Builder).

Moderators: SDS, support, admin

Post Reply
tepper
Posts: 3
Joined: 17 Jul 2006, 16:19
Location: Germany

Scrolling in TsgImage

Post by tepper » 02 Aug 2006, 19:05

Hi,
Is there a possibility to deactivate the implemented scrolling functionality which is normally on the right mouse button and the pressed mouse wheel.

Or even better would be to have this functionality on the left mouse button.

Cheers
Stephan

support
Posts: 3272
Joined: 30 Mar 2005, 11:36
Contact:

Post by support » 02 Aug 2006, 19:38

Hello Stephan,

Right mouse button and pressed mouse wheel allows dragging of the image.
Set:

Code: Select all

TsgImage.Drag := false;
for deactivating this ability.

Sergey

please post questions to the forum or write to support@cadsofttools.com

Post Reply