www.digitalmars.com         C & C++   DMDScript  

c++.windows.32-bits - Listview

reply "Steve & Denise De Chellis" <dbouton snet.net> writes:
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 24 2002
parent Jan Knepper <jan smartsoft.cc> writes:
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
May 25 2002