Format columns in a ListBox?

  • Thread starter Thread starter Soniya
  • Start date Start date
S

Soniya

Hi all,

Is it possible to format (alignment) of columns in a list
box?

we can assign column width, same way can we adjust
alignment too?

I have four column in a listbox like:
Heading, amount, date, remarks.

i would like to get the amount column right aligned,
heading left and others centre?

TIA
Soniya
 
Hi Soniya

You can align all the columns of a ListBox with the TextAlign property, but you can't specify different alignments by
column.
 
Back
Top