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开发者_如何学Go 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)?
There is a RightToLeft
property on most controls which setting to true will change the alignment.
精彩评论