A
aaj
Hi all
I'm having a really stupid problem with listboxes
I have dropped a listbox on a form and I want to configure the columns
I just want a single column, but it seems that another blank one is created
by default to the right hand side
If I set the list box as width 150 and add a column
LSTProcessList.Columns.Add(New ColumnHeader)
LSTProcessList.Columns(0).Text = "Ref1"
LSTProcessList.Columns(0).Width = 150
Then I can grab the top of the column called Ref1, move it to the left and
there is a blank one to the right.
Is there any way that I can have one single column that scrolls up and down,
but not left and right.
thanks
Andy
I'm having a really stupid problem with listboxes
I have dropped a listbox on a form and I want to configure the columns
I just want a single column, but it seems that another blank one is created
by default to the right hand side
If I set the list box as width 150 and add a column
LSTProcessList.Columns.Add(New ColumnHeader)
LSTProcessList.Columns(0).Text = "Ref1"
LSTProcessList.Columns(0).Width = 150
Then I can grab the top of the column called Ref1, move it to the left and
there is a blank one to the right.
Is there any way that I can have one single column that scrolls up and down,
but not left and right.
thanks
Andy