Scrolling a ListView

  • Thread starter Thread starter David Gordon
  • Start date Start date
D

David Gordon

Hi,

There's a whole load of useful stuff missing from ListView in .NET!

At the moment I'm trying to get it to scroll to the right in the same way
that EnsureVisible will make it scroll up or down. I'm already using API
calls for GetScrollPos etc., any ideas how I can post my own scrolling
messages to it?

Cheers,

David
 
Back
Top