May 25, 2002
Is it possible to do a listview control with the api?

Or

Group several listboxes together to use one scroll bar and select one selects all in same row?

Thanks
Steve De Chellis


May 26, 2002
Steve & Denise De Chellis wrote:

> Is it possible to do a listview control with the api?

Yes.
WC_LISTVIEW
Thus use WC_LISTVIEW as window class in the CreateWindow or
CreateWindowEx.

Jan