G
Guest
I have a list box with 10 items / columns. I want to hide and unhide item /
column 3 based on certain conditions.
Here is what I am trying to do but I don't know the syntax:
Me.lstContacts.ColumnCount = 10
lstContacts.ColumnWidth =
0.35";0.95";0";0.45";0.85";0.85";0.95";1.05";1.65";1.65"
lstContacts.ColumnWidth =
0.35";0.95";1.05";0.45";0.85";0.85";0.95";1.05";1.65";1.65"
How cant I toggle the width of item 3 between 0 and 1.05?
Thank You
Ross
column 3 based on certain conditions.
Here is what I am trying to do but I don't know the syntax:
Me.lstContacts.ColumnCount = 10
lstContacts.ColumnWidth =
0.35";0.95";0";0.45";0.85";0.85";0.95";1.05";1.65";1.65"
lstContacts.ColumnWidth =
0.35";0.95";1.05";0.45";0.85";0.85";0.95";1.05";1.65";1.65"
How cant I toggle the width of item 3 between 0 and 1.05?
Thank You
Ross