07-05-2012 09:34 PM
Hi all how can I scroll to the bottom of a verticalfieldmanager in code
Cheers
Chris
07-06-2012 12:03 AM
The easiest way that i could think of would be to set focus to the last field in the vfm:
myVFM.getField( myVFM.getFieldCount() - 1 ).setFocus();
07-06-2012 01:14 AM
Hi ,
You can use VERTICAL_SCROLL and setVerticalScroll(int position) for set the scrolling in your application
Regards
Amma