1

All the screens I've designed for BlackBerry so far I set the position coordinates statically, without the need of a vertical scroll.

I do not understand how to use this vertical manager to scroll and see the list.

Michael Donohue
  • 11,776
  • 5
  • 31
  • 44
iPhonedev
  • 59
  • 3

1 Answers1

0

We have to create vertical field manager as follow

VerticalFieldManager manager=
    new VerticalFieldManager(
         Manager.VERTICAL_SCROLL | 
         Manager.VERTICAL_SCROLLBAR );

to scroll fields in vertical field manager. The following link will also help you.

How to set a ScrollBar to the VerticalFieldManager in Blackberry?

Community
  • 1
  • 1
koti
  • 3,681
  • 5
  • 34
  • 58