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!
Newer Posts
Older Posts
Home
Subscribe to:
Posts (Atom)