Adjusting FONT SIZE and FONT FACE in a ListView Object.

 

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

 
dawsonsg:

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

Hi Guys

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