Listbox Column Headers

G

Gsurfdude

Hi again,

In a listbox, I have the Column Heads property set to Yes. How do I get the
table column names to display vertical rather than horizontal?
 
S

Stuart McCall

Gsurfdude said:
Hi again,

In a listbox, I have the Column Heads property set to Yes. How do I get
the
table column names to display vertical rather than horizontal?

Not possible in a standard listbox. You could place label controls above the
lb and set their Vertical property to Yes/True.
 
Top