Say I have a Windows ListView with two columns then I can get the Rec of the row with LVM_GETITEMRECT but that Rec does not include the area of the ListView not covered by a column, how do I determine this rectangle area so I can draw in it?
In the picture the area I want is the blue highlighting to the right that has no column, this is basically just to have full row selection looking like its full row.