I have UltraWinListView configured as View=List and ViewListSettings.MultiColumn=True
Also, I have added item to the SubItemColumns collection.
But UltraWinListView control shows only one Main colun.
What property should I set to have it look like multi column list of text only items ?
Thank you
hksl,
When you set the UltraListView's View property to List and MultiColumn to True, the control looks the same as Windows Explorer in List view, which contains only a single column. In order to see multiple columns, you will need to set View to Details rather than List. For more information on the UltraListView's View options, please see the article in our online documentation.
~Kim~