views:

133

answers:

1

Hi friends, Can any one tell me how to set a componenets in a particular position in horizontal layout manager in blackberry.If u can provide me some code snippet. regards, s.kumaran.

+1  A: 

Subclass the HorizontalFieldManager and override the sublayout method. Within this method you can call setPositionChild and layoutChild for each component that you want to add and define the size and position of each.

DaveJohnston