Hi,
I am trying to use the ultraListView just like a VB6 listBox so I don't want the icon.
ListView1.View = Infragistics.Win.UltraWinListView.UltraListViewStyle.List
ListView1.ViewSettingsList.MultiColumn = False
ListView1.ViewSettingsDetails.ImageSize = Size.Empty
How do I do this?
Thanks
Randy
I got my answer. I put the following code in form load and it works:
'These two property settings make it act like a list box
ListView1.ViewSettingsList.ImageSize = Size.Empty 'This gets rid of the icon