Hi everybody,
i place an Image into the Value of an UltraListViewSubItemColumn as you can see below. The "Nummer" Column is the Main Column of the ListView...
The Image has definitely 16x16 Pixel but it looks like about 8x8 in the ListView...
The Data Type of the UltraListViewSubItemColumn is System.Image
Does anyone know a setting that it will be shown in the correct size?
any ideas?
Item height is dictated by the font and image size of the items, so a sub-item's image is sized to fit in that area. There is some padding within the content area, but only a pixel or two so I'm not sure why a 16 x 16 images would be shrunk by that much.