S
shelly21
Guest
I'm having a slight issue trying to figure out how to change the font size within a lbl.box within the program.
The box will display some text depending on which button is pressed. And certain button produces a longer text that would not fit (well) in the label box. So when I try to use lblbox.text.font.size = 8, It doesn't work as that property is ReadOnly.
I could change the font colour easily, but not font size....
Is there another way to do this?
The box will display some text depending on which button is pressed. And certain button produces a longer text that would not fit (well) in the label box. So when I try to use lblbox.text.font.size = 8, It doesn't work as that property is ReadOnly.
I could change the font colour easily, but not font size....
Is there another way to do this?