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:

  1. Thank you! I was looking for that! It works like a charm ^^

    ReplyDelete
  2. It is still very useful. Thanks a lot.

    ReplyDelete