ImageEn for Delphi and C++ Builder ImageEn for Delphi and C++ Builder

 

ImageEn Forum
Profile    Join    Active Topics    Forum FAQ    Search this forumSearch
Forum membership is Free!  Click Join to sign-up
Username:
Password:
Save Password
Forgot your Password?

 All Forums
 ImageEn Library for Delphi, C++ and .Net
 ImageEn and IEvolution Support Forum
 how to disable zoom with mouse wheel+ctrl
 New Topic  Reply to Topic
Author Previous Topic Topic Next Topic  

giancarlo

Italy
65 Posts

Posted - Mar 02 2017 :  16:35:03  Show Profile  Reply
is possibile to disable the zoom in a TImageEnFolderMView ?

tnx

giancarlo

Italy
65 Posts

Posted - Mar 02 2017 :  19:07:55  Show Profile  Reply
even with MouseWheelParams to iemwNone the zoom is enabled
Go to Top of Page

w2m

USA
1990 Posts

Posted - Mar 03 2017 :  09:32:00  Show Profile  Reply
MouseWheelParams is used to specify the default mouse wheel behavior, whereas TImageEnMView.MouseWheelParamsAlt is used when the Ctrl key is pressed.
// Make mouse wheel scroll the contents of the control.
// Mouse wheel has no effect with CTRL-MouseWheel
IEFolderMView.MouseWheelParams.Action := iemwVScroll; // Control MouseWheel
IEFolderMView.MouseWheelParamsAlt.Action := iemwNone; // Control CTRL-MouseWheel

Bill Miller
Adirondack Software & Graphics
Email: w2m@hughes.net
EBook: http://www.imageen.com/ebook/
Custom Commercial ImageEn Development
Go to Top of Page

giancarlo

Italy
65 Posts

Posted - Mar 03 2017 :  10:14:12  Show Profile  Reply
thank you so much :)
Go to Top of Page
  Previous Topic Topic Next Topic  
 New Topic  Reply to Topic
Jump To: