Editbox items have that property, though the listbox appears as though it doesn't..

If you have a control (this.editBox1) there is a property (.TextAlign) that can be set..

i.e.
this.editBox1.TextAlign = System.Windows.Forms.HorizontalAlignment.Right/Left/Center;

However, there is no TextAlign property in a listbox--wierd.