I use relative values (%Y) to set the ItemHeight for a ListView. I am struggling to get ListView.TwoLinesLayout.Label.TextSize and ListView.TwoLinesLayout.ItemHeight to match each other:
1. Is there a way to have TextSize also use relative values?
2. Does adjusting TextSize automatically affect ItemHeight and/or Label.Height?
3. How do I get Label & SecondLabel Closer together? There is so much space in between if not specified. Setting "Label.Height + SecondLabel.Height = ItemHeight" chops off text.
Any help will be appreciated!!
1. Is there a way to have TextSize also use relative values?
2. Does adjusting TextSize automatically affect ItemHeight and/or Label.Height?
3. How do I get Label & SecondLabel Closer together? There is so much space in between if not specified. Setting "Label.Height + SecondLabel.Height = ItemHeight" chops off text.
Any help will be appreciated!!