Hi there can someone tell me how to set the width of the columns used in a listbox.
i have a listbox with 6 columns and unsure how to use the .columnwidths thats part of the listbox
Printable View
Hi there can someone tell me how to set the width of the columns used in a listbox.
i have a listbox with 6 columns and unsure how to use the .columnwidths thats part of the listbox
hi...try this..
It might work for u (in access)
Columnwidths : 1.5cm;1.5cm;1.5cm;......
All the best
Anurag
In the code we can use it as
List2.ColumnWidths = "1.5cm;1.5cm..............1.5cm"
try it...
Anurag