Re:List View Column Widths

new topic     » goto parent     » topic index » view thread      » older message » newer message

This might be implemented directly in Win32Lib, however if its not here are=
 two function which will do it:


function ListView_GetColumnWidth(integer listview_id,integer column_id)
    return sendMessage(listview_id,LVM_GETCOLUM_WIDTH,column_id,NULL)
end function

procedure ListView_SetColumnWidth(integer listview_id,integer column_id,ato=
m new_width)
atom garbage
garbage=3DsendMessage(listview_id,LVM_SETCOLUMN_WIDTH,column_id,new_width)

end procedure

new topic     » goto parent     » topic index » view thread      » older message » newer message

Search



Quick Links

User menu

Not signed in.

Misc Menu