Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
1105
Stumped By Image size
posted

Using the Infragistics grid bound to a data table.  The data table has two columns:

1) Competitor Item: string

2) Image 1: System.Drawing.Image

Not every row has a value for the Image 1 column, but those that do have a value that is a System.Drawing.Image.  Sizes of the images are all over the map (310x182, 960x720, etc)

The column is set to Style= Image  The column cell appearance is set to Center and MIddle.

When I bind the data, I can see my an image in the cell for rows that have an image.  However, the image itself is very tiny and always stuck in the upper left corner, regardless of how i size the column or row.

Any thoughts?

Parents Reply Children