Search results for query: *

  1. C

    Question Problems adding auto width (.width = -2) to existing listview class

    Solution For Each c As ColumnHeader In MyListView.Columns c.Width = -2 Next I just figured out what I was doing wrong! Width = -2 in my code before looping through the data and filling up my listview! (stupid of me) Best regards, Christophe
  2. C

    Question Problems adding auto width (.width = -2) to existing listview class

    Hi Forum, I'm just starting with vb.net and I'm facing a problem that would probably be relatively easy to fix for experienced developers like you. I'm using the next class to fill my listview Imports System.Data.SqlClient Public Class ListViewData Public Sub FillListView(ByRef...
Back
Top