I have two buttons in a horizontal field manager. one i want to put in left side of the screen and another in right side. How can i put them properly without implementing sub layout, so that it can work for all the device?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
i think creating your custom manager is best way to layout controls.
but i think we can that
Edit:
if we are using HFM, it is the responsibility of HFM to align in horizontal.
So
above code will place button1 to right.
but
above code will not align button right.
So when you are using HFM
you need to give horizontal align of field in manager and vertical alignment in field.
When you are using VFM
you need to give vertical alignment in manager and horizontal alignment in field.