CListCtrl::SetTileViewInfo

Sets information that a list view control uses in tile view.

BOOL SetTileViewInfo( 
   PLVTILEVIEWINFO ptvi  
);

Parameters

  • ptvi
    A pointer to an LVTILEVIEWINFO structure containing the information to set.

Return Value

Returns TRUE on success, FALSE on failure.

Remarks

This member function emulates the functionality of the LVM_SETTILEVIEWINFO message, as described in the Windows SDK.

Requirements

Header: afxcmn.h

See Also

Reference

CListCtrl Class

Hierarchy Chart