Databinding with ListView Control

I want ListView Control to load the content from a file and display it dynamically as and when we scroll.

I want to known how do I suppress the default scroll bar of listview control and draw you own scroll bar and handle the scroll bar events to load the file contents dynamically.

Please help me in achieving the above functionality
Well, one thing is to control the scrollbar's value and another one is to draw it. You can control the scrollbar's value by subclassing and intercepting the scroll window messages.

I see you are using the word "databinding". Are you talking about .Net? Or unmanaged C++?
Topic archived. No new replies allowed.