Hi to All. When you add an item to an UltraListView my experience has been that it always displays a default image. Is there any way to stop this default image appearing in the MainColumn so that there is no image at all? I have tried setting a transparent bitmap for the image, which does "hide" the default image (e.g. newItem.Appearance.Image = My.Resources.Transparent), but any text in the main column is still indented by around 16 pixels between the left border of the MainColumn cell and the text (UltraListViewItem.Value).
I have looked for a property to do this but have not found one. Any ideas?
That's the answer. Thank you.
UltraListView.ViewSettingsDetail.ImageSize = Size.Empty