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
I have the same issue. Reported to development in mid February,
Case Number: CAS-16992-XHK10GSummary: ValueList images seem to be streatched after 2008.3.2021Last Modified On: February 16, 2009, at 03:21:35 ESTProduct Release Family: NetAdvantage Win Client 2008 Vol. 3
It was assigned to a developer with issue ID 11995 in case any of that helps tracking. I'm not sure of the status of that issue ID but might be worth referencing.
Neil
Bug # 11995 is listed as "Awaiting Release", so if this is the same issue, then it will be in the next hotfix.
-Matt
Thanks Matt, I'll watch for the next Hot Fix...
It appears this was fixed in Winforms 2008.3 HotFix 2059. I haven't installed it yet, so can't be sure how well it's fixed, but it appears in the list of "fixed bugs" packaged with the hotfix installer.
Steve