I already posted my question below link..
scroll change listener on blackberry
The error has been resolved.
But i need to move the field center position after scrolling . pls give any idea… Thanks in advance…
there are number of fields add in the scroll bar…
after scrolling its show like this.

But i need to move the field center position like this.

Pls give any idea..
Looks like you just need some flag to detect whether this is a sroll event originated by user, or from the code (programmatically).
If you originate a scroll event programmatically, then set some boolean, let’s call it
ignoreScrollEvent, to true. Smth like this (pseudo code):