P pjsmith Member Licensed User Longtime User Dec 28, 2011 #1 Hi, Is it possible to change the column width in a twolinesandbitmap layout? Even though my bitmap is quite small the column has a lot of white space to the right. Changing the bitmap size changes the image size but the column stays the same width. Thanks.
Hi, Is it possible to change the column width in a twolinesandbitmap layout? Even though my bitmap is quite small the column has a lot of white space to the right. Changing the bitmap size changes the image size but the column stays the same width. Thanks.
Erel B4X founder Staff member Licensed User Longtime User Dec 29, 2011 #2 I think that you actually want to change the Left property of the two labels. Upvote 0