Help with listview
- Posted by Fabio Ramirez <faramire at NEMO.UNIVALLE.EDU.CO> Dec 13, 2000
- 496 views
-------Phoenix-Boundary-07081998- Content-type: text/plain; charset=ISO-8859-1 Content-transfer-encoding: Quoted-printable Hi, I've been trying to use listview without icons as a datagrid. My problem now is that I can't get rid off the space or indent that is left for the icon. Any help would be appreciated. Here you can see the effect: -------------8<-------------- include win32lib.ew atom Win, lv integer tmp Win =3D create( Window, "The Window", 0, 0, 0, 300, 300, 0 ) lv =3D create( ListView, {"Column 1", "Column 2"}, Win, 20, 20, 200, 200, LVS_REPORT ) tmp =3D addLVItem( lv, 0, {"first field","second field"} ) WinMain( Win, Normal ) ----------------8<-------------- Tks in advance, Fabio ------------------------------------- Fabio Ramirez R. Administrador de Redes - CSI ------------------------------------- -------Phoenix-Boundary-07081998---