Provides information about a list view control when it is displayed in tile view.
Syntax
typedef struct LVTILEVIEWINFO { UINT cbSize; SIZE sizeTile; int cLines; } LVTILEVIEWINFO, *PLVTILEVIEWINFO;
Members
- cbSize
- Size of the LVTILEVIEWINFO structure.
- sizeTile
- Size of an individual tile.
- cLines
- Number of lines in the tile.
Structure Information
Header Commctrl.h Minimum operating systems Windows NT Whistler