Font Issue in Spinner and listview Control

susu

Well-Known Member
Licensed User
Longtime User
I tried but I doesn't work. Cannot change font or style (run on emulator and device also).
 
Upvote 0

susu

Well-Known Member
Licensed User
Longtime User
Oh boy! I spend many time trying this. :BangHead:

But B4A is still great :sign0060:
 
Upvote 0

thanos

Member
Licensed User
Longtime User
Merry Christmas and a Happy New Year!
Is it possible to change the font's size in the ListView?
Regards

Thanos
 
Upvote 0

susu

Well-Known Member
Licensed User
Longtime User
Yes, just like this code:

Dim Lb as Label
Lb = ListView1.TwoLinesLayout.Label
Lb.Textsize = 15
 
Upvote 0

padvou

Active Member
Licensed User
Longtime User
You are correct. It requires a small update to the Core library.
This will be available in a few days.

I 've posted this question elsewhere in the forum, but now i saw this thread.
Will the update be available? Is there a workaround?
 
Upvote 0
Top