I'm using
List1.SingleLineLayout.ItemHeight and .Label.TextSize
to change the size of the text in a Listview. This works okay the first time the Listview is populated (in Activity_Create) but I want my App to have the option to change the font size.
When I use the SingleLineLayout in a sub to change the font size, it only changes some of the lines in the Listview, instead of every line. I've tried clearing and repopulating the list but it still does the same thing.
What am I doing wrong? Thanks for any advice!
List1.SingleLineLayout.ItemHeight and .Label.TextSize
to change the size of the text in a Listview. This works okay the first time the Listview is populated (in Activity_Create) but I want my App to have the option to change the font size.
When I use the SingleLineLayout in a sub to change the font size, it only changes some of the lines in the Listview, instead of every line. I've tried clearing and repopulating the list but it still does the same thing.
What am I doing wrong? Thanks for any advice!