G
Guest
I have a 10 Column list box in which I want to Change/Hide the 3rd element
programatically (sometimes).
This is what I am try to do set the width of the third element to zero but I
don't know the correct syntax:
Me.lstContacts.ColumnCount = 10
me.lstContacts.ColumnWidth =
0.35";0.95";0";0.45";0.85";0.85";0.95";1.05";1.65";1.65"
How can I do this?
Thanks
Ross
programatically (sometimes).
This is what I am try to do set the width of the third element to zero but I
don't know the correct syntax:
Me.lstContacts.ColumnCount = 10
me.lstContacts.ColumnWidth =
0.35";0.95";0";0.45";0.85";0.85";0.95";1.05";1.65";1.65"
How can I do this?
Thanks
Ross