MFC
Expand Minimize
This topic has not yet been rated - Rate this topic

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;

Parameters

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 Platform SDK.

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.