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

mod rewrite - Doing external redirect. .htaccess NS flag not working. How to achieve similar results? -

mysql - How to insert just year and month into date field? -