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
1070
Stretched Images in UltraGrid Column after installing Hotfix 2008.3.2021
posted

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?

Parents Reply Children
No Data