How can I display text only for items in an UltraWinListView?
For those who may need this, the solution is:
UltraListView1.ViewSettingsList.ImageSize = Size.Empty;