I was wondering if there was a way to CENTER text in a ListBox - specifically I have a listbox (lbInformation) to which I add items
[lbInformation.Items.Add(sItem);] and I would like this to be displayed in the listbox as CENTERED text (not default left-justified) however I can't seem
to find any settings or properties that allows me to set the text positioning - is there a simple way to achieve this?
Any help would be much appreciated.
Thanks,
[lbInformation.Items.Add(sItem);] and I would like this to be displayed in the listbox as CENTERED text (not default left-justified) however I can't seem
to find any settings or properties that allows me to set the text positioning - is there a simple way to achieve this?
Any help would be much appreciated.
Thanks,