1. ListView Font Size
- Posted by DonCole Jul 06, 2013
- 1190 views
Hello Everyone,
How do you change the font size of a ListView or can you?
If I go ?getFontSize(ListView3)
I get {7,16,14}.
Which doesn't make any sense because getFontSize(id) is only supposed to get 2 elements width and height.
Don Cole
2. Re: ListView Font Size
- Posted by andi49 Jul 06, 2013
- 1166 views
DonCole said...
That's what the Docs say, but the Code says this (Win32lib 0.7.20):
-- return results return { width, height, maxwidth }
Andreas
3. Re: ListView Font Size
- Posted by DonCole Jul 06, 2013
- 1196 views
andi49 said...
That's what the Docs say, but the Code says this (Win32lib 0.7.20):
-- return results return { width, height, maxwidth }
Andreas
Thanks Andreas,
That clears that up.
Don Cole