LVTILEVIEWINFO Structure


This is preliminary documentation and is subject to change.

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

HeaderCommctrl.h
Minimum operating systems Windows NT Whistler


© 2000 Microsoft Corporation. All rights reserved. Terms of use.