From zero to AS3 hero
Thursday, September 1, 2011
Disabling Textfield scrolling
This tip is probably only for my own memory.
When you want to disable scrolling multiline textfield by mouse wheel use this:
myTextField.mouseWheelEnabled = false;
that's all folks!
2 comments:
Unknown
12/14/2013
Thank you! I was looking for that! It works like a charm ^^
Reply
Delete
Replies
Reply
Unknown
10/02/2018
It is still very useful. Thanks a lot.
Reply
Delete
Replies
Reply
Add comment
Load more...
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
Thank you! I was looking for that! It works like a charm ^^
ReplyDeleteIt is still very useful. Thanks a lot.
ReplyDelete