List box question

  • Thread starter Thread starter Tony Williams
  • Start date Start date
T

Tony Williams

Is it possible to create headings at the top of columns in a list box? I
have a list box with 7 columns which are too long for the list box so I
can't put text headings above the list box so ideally I would like them in
the list box as the first line. Is this possible?
Thanks
Tony
 
Yes, change the Column Heads property of the list box control from the
default No to Yes. You'll find the Column Heads property on the Format tab
in the Properties window.
 
Thanks Brendan that works great
Tony
Brendan Reynolds said:
Yes, change the Column Heads property of the list box control from the
default No to Yes. You'll find the Column Heads property on the Format tab
in the Properties window.
 
Back
Top