When creating something as simple as a Combo, why should I use FormLayout with FormData instead of settings the bounds?
When creating something as simple as a Combo , why should I use FormLayout
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.
Using layouts makes it easier to support different OSes, user settings, resolutions. It also helps to better handle window resizes. E.g. different OSes have different font sizes (or some users may set different default fonts) – so the text may be clipped if you don’t test your UI on all possible settings.