Listview and combobox questions? Margin in a combobox?
-
Is there a way to highlight the entire first column of a listview and not just highlight the contents of the cell?? LVS_EX_FULLROWSELECT highlights the entire row, which I don't want. But not using that means that only the contents of the first column are highlighted. Is there a way to adjust the margin in either; a subitem of a listview or a combobox like you can set the margin in CEdit? What i'd really like to be able to do...is move, ever so slightly, the edit portion of the combobox. I paint a combobox in a subitem of a listview. When the row gets focus, I grab the text from the subitem and put it in the combobox. The text shifts to the right a couple pixels. Plus the combobox border takes up a lot of space and i'd like to shift the text shown up 2 pixels. Any ideas? Anyone have an example of column resizing when the user drags the gridline. I don't have a listview header but still want the user to be able to resize the column width. thanks mike