HI there,
after installing Hotfix 2008.3.2021 all Images in my Grid are Stretched to the Width of the Column which doesnt look verry well :(
Before installing the Hotfix, the Images have been shown in 16x16.
Im using an ValueList with Picture Style, 16x16 Images from my ImageList and a 22px Column wich is configured as you can see following:
column.ValueList = this.ultraGrid.DisplayLayout.ValueLists[myInfoObject.ValueListName];column.CellAppearance.ImageHAlign = HAlign.Center;column.CellAppearance.ImageVAlign = VAlign.Middle;column.Header.Caption = String.Empty;column.LockedWidth = true;column.Width = 22;
Does anyone have an idea?
Now i know, that the Problem is caused by the Row Height. When you use a custom Row Height, the Problem occurrs.
Correct. Sorry if I was not clear. I auto-size the row height based on the contents of a multiline cell in a different column. It also occurs if you manually resize the row height to be taller as well. The image will auto scale to fit the cell extents completely covering any text that may be in cell along with the image. Hopefully Developer Support will respond today and I'll post back my findings.
Derek