Hi,
I have a list box that I populate from a listview using additem with vbtab's inbetween.
The problem I have is that if the text in a cell is long it pushes the next colomn over, and I would like to set column widths so this does not happen.
Ai am using
Dim tabs(7) As Long
tabs(0) = 20
tabs(1) = 50
tabs(2) = 90
tabs(3) = 199
tabs(4) = 300
tabs(5) = 330
tabs(6) = 360
which only specify the starting position, I assume?
Can anyone please help
I have a list box that I populate from a listview using additem with vbtab's inbetween.
The problem I have is that if the text in a cell is long it pushes the next colomn over, and I would like to set column widths so this does not happen.
Ai am using
Dim tabs(7) As Long
tabs(0) = 20
tabs(1) = 50
tabs(2) = 90
tabs(3) = 199
tabs(4) = 300
tabs(5) = 330
tabs(6) = 360
which only specify the starting position, I assume?
Can anyone please help