(Originaly posted in DataVisualization group)
Currently I was using an image icon in each line of UltraListViewItem and the image was set this way:
itm.Appearance.Image = Properties.Resources.meter16;
I can't figure out how to totally remove the image, without just using a SubItems column in place and making the main column invisible. What am I missing, in other word, what parameter should I be looking for.
I tried most of the parameter and I still see an un-initialized image displayed on the row in main column.
I am assuming you are only interested in the 'Details' view, in which case you can set the UltraListView.ViewSettingsDetails.ImageSize property to Size.Empty. Note that the image cannot be hidden for the Icons, Thumbnails, or Tiles views.
Hi,
I can't succed to apply Size.Empty to the ViewSettingsDetails. How can I hide the icons?
Hi guys,
I've just tried to set the ViewSettingsList.ImageSize to 0, 0 directly from properties window and it hides the images.
Regards,
Alex
I just verified that this works correctly. Please be more specific about the problem you are having.