I have a button in my form. I want to have an image on the left and text on the right, for example:
Image Text
But the problem is that the image is not stretched here. I mean, it does not fit the button.
So I tried to set the BackGroundImage property instead of the Image property.
Now I get the image stretched. But I can not get the correct format. I mean, now I canβt get the image on the left and the text on the right.
Is there any other control that I can use instead of a button to overcome this problem?
source share