dawsonsg:
Hi GuysHi Guys
How do you change the font size and font face in a ListView object?
It looks like there are no methods to do that and it seems like a fairly basic requirement.
Regards
Steve
What I ended up doing was modifying
#define CONTROLS_FONT_NAME "Tahoma"
#define CONTROLS_FONT_SIZE (8)//changed from 12
in the defines.mqh file. It changes the default for everything but I good enough for what I am after.
Regards
Steve

You are missing trading opportunities:
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
Registration
Log in
You agree to website policy and terms of use
If you do not have an account, please register
Hi Guys
How do you change the font size and font face in a ListView object?
It looks like there are no methods to do that and it seems like a fairly basic requirement.
Regards
Steve