Jim Burns wrote: > Does anyone familiar with the API know or, for those curious enough, see a > way to determine the count of columns?
Rather than count the columns, count the number of items in the header. Use the ListView_GetHeader function to get a handle to the header control, and then call Header_GetItemCount. -- Rob __________________________________________________ Delphi-Talk mailing list -> [email protected] http://www.elists.org/mailman/listinfo/delphi-talk
