Hi All,
I need to display a data storage file to a list view control. Instead of loading the entire data file (all the records of the data file) to the list control, I want to load only partial data file in the size of list view. When user drag/scroll the horizontal scroll bar, load another portion of data file… Is it possible to do? My application uses Win32 API, not MFC based.
Thank you for your help.
I need to display a data storage file to a list view control. Instead of loading the entire data file (all the records of the data file) to the list control, I want to load only partial data file in the size of list view. When user drag/scroll the horizontal scroll bar, load another portion of data file… Is it possible to do? My application uses Win32 API, not MFC based.
Thank you for your help.