How can I change in a Picture Cell of a DataGridView, that the image is seen in tile, stretch, center or zoom mode?
By default I get the image that stands out from the Cell and I need it to be seen in its entirety.
How can I change in a Picture Cell of a DataGridView, that the image is seen in tile, stretch, center or zoom mode?
By default I get the image that stands out from the Cell and I need it to be seen in its entirety.
What you need to do is modify
ImageLayout
the column property to be of typeStretch
:Change
"imagen"
to the name of your column.