views:

22

answers:

1

I have a ListView in details view so it has 2 columns - but with the text which populates the list, it is more important to see the end of the text instead of the beginning. Is there any way to set the listview to show the right-side of the text by default (ie have the ... at the beginning instead of the end if the text is too large to fit within the column)?

+1  A: 

There is a RightToLeft property on most controls which setting to true will change the alignment.

mootinator