Hello.
I know the UltraListView is the closest control to the WinForms ListBox but I can't get rid of the images, am I missing something here?
If I'm not missing anything and there is no way to remove images, to really simulate ListBox do I need to move to a UltraGrid which is a much more complex control?
Thanks,
Diego
I found it in this other post:
UltraListView1.ViewSettingsList.ImageSize = Size.Empty;