D drmover Member Licensed User Longtime User Jun 20, 2011 #1 Hello, Is there a way to control the font size of a ListView and TabHost? Thank you, Elad.
M Merlot2309 Active Member Licensed User Longtime User Jun 21, 2011 #2 Hello Elad, Example ListView and don´t forget to initialize it in the code B4X: lvNames.SingleLineLayout.Label.TextSize = 18dip lvNames.FastScrollEnabled = True lvNames.SingleLineLayout.ItemHeight = 45dip lvNames.SingleLineLayout.Label.TextColor = Colors.White Helen. Upvote 0
Hello Elad, Example ListView and don´t forget to initialize it in the code B4X: lvNames.SingleLineLayout.Label.TextSize = 18dip lvNames.FastScrollEnabled = True lvNames.SingleLineLayout.ItemHeight = 45dip lvNames.SingleLineLayout.Label.TextColor = Colors.White Helen.
D devjet Member Licensed User Longtime User Jun 24, 2011 #3 Helen, I have used above code but it only re sizes when scrolling not when static. How is this done for static view? Upvote 0
Helen, I have used above code but it only re sizes when scrolling not when static. How is this done for static view?
M Merlot2309 Active Member Licensed User Longtime User Jun 24, 2011 #4 Hello Devjet, Did you add the code before populating the ListView? Helen Upvote 0
D devjet Member Licensed User Longtime User Jun 25, 2011 #5 Superduper, that did the trick. Thanks for your Help! Upvote 0