Which forum for: reducing the size of an icon.

When I put icons (image buttons) into a grid view, they are larger than the font and so the grid view is excessively spaced out. I can't find out how to reduce the size of the icon, to allow the line to be as small as it would be if the command button were just text.
[276 byte] By [RobertBarnes] at [2007-12-24]
# 1
just recreate or edit the icon.
LauHanChing at 2007-10-8 > top of Msdn Tech,Windows Forms,Windows Forms Data Controls and Databinding...
# 2

1. reduce the size of icon by another image processing software.

2. set the ImageLayout of the Image column to Stretch, Zoom ...

gqlu at 2007-10-8 > top of Msdn Tech,Windows Forms,Windows Forms Data Controls and Databinding...
# 3

What software would you suggest for reducing the size of the icon?

I've tried Visual Studio, but while it shows the icon at a suitable scale, I can't grab the sizing handles to resise the image.

I've tried Paint, but this shows the icon extremely small so I can't edit it effectively. Besides, it turns it into a .BMP (does this matter? Not sure).

Perhaps I should try Photoshop.

RobertBarnes at 2007-10-8 > top of Msdn Tech,Windows Forms,Windows Forms Data Controls and Databinding...
# 4
Robert Barnes wrote:

What software would you suggest for reducing the size of the icon?

This would be off topic here. :-)

And have you tried to set the right ImageLayout property to see whether it works?

gqlu at 2007-10-8 > top of Msdn Tech,Windows Forms,Windows Forms Data Controls and Databinding...
# 5
Where do I find this property? I can't see it in the gridview.
RobertBarnes at 2007-10-8 > top of Msdn Tech,Windows Forms,Windows Forms Data Controls and Databinding...