Visual C++ and MFC Programming 2nd Edition

(Martin Jones) #1

Chapter 21: Tree and List Controls Visual C++ and MFC Fundamentals


Icon: To get this value
when programmatically
creating the control, add
the LVS_ICON style:

Small Icon: This is the
same as adding the
LVS_SMALLICON
style to a dynamic list
control

List: You can get the
same result when
creating the control with
code by adding the
LVS_LIST style:

Report: This view
displays the items in
explicit columns. It is
the same as adding the
LVS_REPORT style
Free download pdf