label height - on web control
I want a web control bar that represents 4 values(read from a database) that add up to 100.
I have this working using four label and changing the width property.
The problem I has is that the height of the label won't go small enough.
What else could I use??
Re: label height - on web control
A label is merely text in a 'wrapper'. What's wrong with the height? If it's the font's height that you're referring to, just change the font size.
Re: label height - on web control
The font size is set to smaller and i need it smaller.
Re: label height - on web control
Then set it to much, much smaller!