List box column widths

spinkung

Registered User.
Local time
Today, 22:59
Joined
Dec 4, 2006
Messages
267
Hi All,

I have resorted to having a dynamic list box workling from a crosstab (as a crosstab to subform seems undo-able).

My new problem is this...


I want to be able to set the first two column widths of the list box after i have set the new rowsource.

Thing is, i only want to have to change the first two col's and not the rest (as they change). Is tehre a way to do this and leave the rest as some kind of default size??

Many Thanks
 
there should be a width property. something like this:
Code:
me.listbox.column(0).width = WHATEVER
 

Users who are viewing this thread

Back
Top Bottom