listview

  1. D

    Public member 'Items' on type 'String' not found for loop listbox help

    Private Sub btnaddcart_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles btnaddcart.Click Dim part As PartDescription = New PartDescription() part = CType(lbxItems.SelectedItem, PartDescription) Dim SItem As String Dim Updateqty As Boolean...
  2. R

    VB.NET ListView scroll - rowheight not fixed

    Hi! I'm have been converting old VB6.0 project to VB.NET (2008) and now I'm struggling with ListView component. ListView Events are coming clearer now and I managed to read a huge amount of data (96.000 rows) from textfile to ListView with 6 subitems. All rows are build up nicely, but when I'm...
  3. W

    Listview icons in header but not in rows.

    In VB.net 2005. I attach an imagelist to a listview in details mode so that I can put icons on the column headers to indicate sort direction. This works fine but it also puts a blank area in front of every row inserted into the listview, presumably it is space for an icon. I will not be having...
Back
Top