Search code examples
blackberryblackberry-storm

How to increase the space between the fields in VerticalFieldManager


I am adding three CustomButtons in verticalFieldManager, but there is no spacing between the buttons. all are coming one after the other.


Solution

  • use the method setPadding(int top, int right, int bottom, int left)