i m developing an application in which i have a verticallayout on the left side containing labels and another verticallayout on the right side containing checkboxes
now the problem is that the label and its corresponding checkbox both are not on the same line …what may be the problem?and how can i solve it?
Use GridLayout instead.
ok thanks will try to do it using gridlayout…