Hi all,
It's mandatory to have that first subitem in ultralistview? How can I access to the text property of that column header? It's not a subitem in fact. Could I at least change the columnheader text?
Thanks
The column in which the item's value is displayed is referred to as the MainColumn, a reference to which is returned by the control's MainColumn property. There is no way to hide the MainColumn; if you want to change the text displayed by the header set the UltraListView.MainColumn.Text property.