How do you set the Delphi ListView.Columns[0] to be right justified? -


i have delphi listview viewstyle := vsreport. i'm displaying numeric data , set columns right justiied. have been able right justify columns except columns[0]. reason, columns[0] won't allow tarightjustify. allows taleftjustify.

is possible set columns[0] right justified? if how do this?

tlistview not natively support asking for, due microsoft limitation rather vcl limitation:

http://msdn.microsoft.com/en-us/library/windows/desktop/bb774743.aspx

the alignment of leftmost column lvcfmt_left; cannot changed.

the way align text of columns[0] owner-draw it.

otherwise, switch control, such virtual treeview.


Comments

Popular posts from this blog

javascript - Jquery show_hide, what to add in order to make the page scroll to the bottom of the hidden field once button is clicked -

javascript - Highcharts multi-color line -

javascript - Enter key does not work in search box -