Hallo!
I have got a listview which is filled at runtime in following way:
'row 1:
Dim itemvalue As String = "Gesamtbestand" Dim lvitem As New UltraListViewItem lvitem.Value = itemvalue Me.UltraListView2.Items.Add(lvitem) lvitem.SubItems.Item(0).Value = "12" lvitem.SubItems.Item(1).Value = "ohne Löschvormerkung"
When I run the application, I get a small symbol next to the listviewitems. How can I hide them?
The following link might help you.
http://blogs.infragistics.com/forums/p/20823/75023.aspx
-Swetha.