On all my listviews with LVS_EX_FULLROWSELECT the blue background goes from the left margin of the listview to the edge of the last column.
The latest listview I programmed doesn't go to the left margin of the listview but starts at the data and then goes to the right. The column is left aligned.
On a selected row, there is whitespace to the left of the data in column 0. There shouldn't be any.
This listview is different in that I'm using NM_CUSTOMDRAW with it to make negative numbers in cells have a red text color.
Puzzled,
Bob Mechler
The latest listview I programmed doesn't go to the left margin of the listview but starts at the data and then goes to the right. The column is left aligned.
On a selected row, there is whitespace to the left of the data in column 0. There shouldn't be any.
This listview is different in that I'm using NM_CUSTOMDRAW with it to make negative numbers in cells have a red text color.
Puzzled,
Bob Mechler
Comment