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)?
Asked
Active
Viewed 3,231 times
1
-
possible duplicate of [Ellipsis at start of string in WPF ListView](http://stackoverflow.com/questions/612774/ellipsis-at-start-of-string-in-wpf-listview) – Frédéric Hamidi Oct 30 '10 at 06:07
-
you really should tell us what platform... silverlight? wpf? winforms? etc. – Muad'Dib Oct 30 '10 at 06:28
1 Answers
1
There is a RightToLeft
property on most controls which setting to true will change the alignment.

Kevin Stricker
- 17,178
- 5
- 45
- 71