Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
470
Symbol in Ultralistview
posted

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?

 

 

Parents
No Data
Reply Children
No Data