What does "doesn't work" entail, exactly? Your original post talks about you not wanting the drag operation of the scroll view, but want the scrollwheel, if I understood it correctly. The scroll view that comes with NGUI does both -- that's what UIDragScrollView script does. If you want only one of them, create a script that would do only what you want inside and use it instead of UIDragScrollView.