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

 

ImageEn Forum
Profile    Join    Active Topics    Forum FAQ    Search this forumSearch
 All Forums
 ImageEn Library for Delphi, C++ and .Net
 ImageEn and IEvolution Support Forum
 how to disable zoom with mouse wheel+ctrl

Note: You must be registered in order to post a reply.
To register, click here. Registration is FREE!

View 
UserName:
Password:
Format  Bold Italicized Underline  Align Left Centered Align Right  Horizontal Rule  Insert Hyperlink   Browse for an image to attach to your post Browse for a zip to attach to your post Insert Code  Insert Quote Insert List
   
Message 

 

Emoji
Smile [:)] Big Smile [:D] Cool [8D] Blush [:I]
Tongue [:P] Evil [):] Wink [;)] Black Eye [B)]
Frown [:(] Shocked [:0] Angry [:(!] Sleepy [|)]
Kisses [:X] Approve [^] Disapprove [V] Question [?]

 
Check here to subscribe to this topic.
   

T O P I C    R E V I E W
giancarlo Posted - Mar 02 2017 : 16:35:03
is possibile to disable the zoom in a TImageEnFolderMView ?

tnx
3   L A T E S T    R E P L I E S    (Newest First)
giancarlo Posted - Mar 03 2017 : 10:14:12
thank you so much :)
w2m Posted - Mar 03 2017 : 09:32:00
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
giancarlo Posted - Mar 02 2017 : 19:07:55
even with MouseWheelParams to iemwNone the zoom is enabled