Scrolling in TsgImage
Moderators: SDS, support, admin
Scrolling in TsgImage
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
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
Hello Stephan,
Right mouse button and pressed mouse wheel allows dragging of the image.
Set:
for deactivating this ability.
Sergey
please post questions to the forum or write to support@cadsofttools.com
Right mouse button and pressed mouse wheel allows dragging of the image.
Set:
Code: Select all
TsgImage.Drag := false;
Sergey
please post questions to the forum or write to support@cadsofttools.com