I'm using a custom ListView with the LVS_REPORT style, and I'm handling
scrolling with my own scroll bars. LVS_NOSCROLL used to work with 2003 and
2003SE, but now I get two sets of scroll bars on my user interface, which
really stuffs the program completely.
How can I turn off the default listview scrollbars?
I'm using the API, not MFC.
Thanks!
Chris