Поделиться через


CListCtrl::ApproximateViewRect

Determines the width and height required to display the items of a list view control.

CSize ApproximateViewRect(
   CSize sz = CSize(-1,
   -1
),
   int iCount = -1 
) const;

Параметры

  • sz
    The proposed dimensions of the control, in pixels. If dimensions are not specified, the framework uses the current width or height values of the control.

  • iCount
    Number of items to be displayed in the control. If this parameter is -1, the framework uses the total number of items currently in the control.

Возвращаемое значение

A CSize object that contains the approximate width and height needed to display the items, in pixels.

Заметки

This member function implements the behavior of the Win32 macro, ListView_ApproximateViewRect, as described in the Windows SDK.

Требования

Header: afxcmn.h

См. также

Основные понятия

CListCtrl Class

CListCtrl Members

Hierarchy Chart

CListCtrl::GetViewRect