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
1320
Hiding UltraListView Images
posted

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?