How can I add columns to an UtraWinlistview control with the view set as "Details"?
supriya123 said: How can I add columns to an UtraWinlistview control with the view set as "Details"?
There is a forum devoted to WinListView, you may have a greater chance of getting an answer in there.
The control always displays one column, the UltraListView.MainColumn, in which the string representation of the UltraListViewItem.Value is displayed. To add additional columns, add UltraListViewSubItemColumn instances to the control's SubItemColumns collection. The corresponding "cells" (UltraListViewSubItem instances) are exposed through the UltraListViewItem.SubItems collection property.