blackberry - Add vertical spacing between fields on VerticalFieldManager -


i adding fields verticalfieldmanager. there method of adding vertical spacing between fields?

there more elogant ways of doing using setpositionchild() methods simple work around give fields padding using setpadding(int top, int right, int bottom, int left) method.

myfield.setpadding(5, 0, 5, 0); 

Comments

Popular posts from this blog

c# - Is it possible to remove an existing registration from Autofac container builder? -

c++ - Warning : overflow in implicit constant conversion -

php - Mysql PK and FK char(36) vs int(10) -