I am implementing a PictureScrollField in my application. I do not know how to set Listener for images in PictureScrollField. I tried with navigationClick,navigationMovement, fieldChange,trackwheelclick and touchevent. But nothing is working properly. navigationClick,navigationMovement, fieldChange are not working at all , trackwheel working one after that it will not work and touchevent works for the whole PictureScrollField not for the specific image. Somebody help me please.
Thanks in Advance
I am implementing a PictureScrollField in my application. I do not know how to
Share
NavigationClick is the way to go. However, you will need to check if the field is in focus and then get the selected index. Try the following code: