PDA

Click to See Complete Forum and Search --> : [RESOLVED] ListBox Column Width


Strider
Apr 25th, 2005, 03:52 AM
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

nagasrikanth
Apr 25th, 2005, 04:18 AM
hi...try this..
It might work for u (in access)

Columnwidths : 1.5cm;1.5cm;1.5cm;......

All the best

Anurag

nagasrikanth
Apr 25th, 2005, 04:21 AM
In the code we can use it as

List2.ColumnWidths = "1.5cm;1.5cm..............1.5cm"


try it...

Anurag