Prev Next
ListView_GetViewRect info Overview GroupThe ListView_GetViewRect macro retrieves the bounding rectangle of all items in the list view control. The list view must be in icon or small icon view. You can use this macro or explicitly send the LVM_GETVIEWRECT message. BOOL ListView_GetViewRect(
Parameters
Return ValuesReturns TRUE if successful or FALSE otherwise. See Also |