Is there any code for column widthes size ?

vbnt

Registered User.
Local time
Today, 18:06
Joined
Sep 28, 2006
Messages
20
Hi

How I can make the column widths for list box or for sub form automatic (auto size)?

Any help will be appreciated

vbnt
 
you cant auto size them
in the properties you define the number of columns, and the widths

set the widths as 1;2.5;0;3 etc

make sure the total width is as big as the sum of the widths
 
Thanks

Well, that's ok.
Many thanks gemma for reply.
vbnt
 

Users who are viewing this thread

Back
Top Bottom