
Adding icons to a Listview object
I have 3 listview controls in a form, and I'm adding items to each one, 5
in the first, 4 in the second and nine in the third.
All Listviews have the same properties. The icons in the first are aligned
as icons do in, for example explorer - aligned to the left of the listview.
In the second listview, the icons are centered in the box and are closer
together than the first listview's icons.
Even worse, in the third, the icons are over to the right of the box, and
cause a horizontal scroll bar to appear.
How to I specify the postion of the icons, and the space between them ?
Thanks in advance.