ListViewDesigner::SampleRowCount Property
Gets the number of records that the ListView control displays on the design surface.
Assembly: System.Web.Extensions.Design (in System.Web.Extensions.Design.dll)
The SampleRowCount property always returns 21. This causes 21 records to be displayed in the design surface for the ListView control. An exception is if there is a DataPager control inside the ListView::LayoutTemplate template and the DataPager::PageSize property is set to a value less than 21. In that case, the number of records to display is the value of the DataPager::PageSize property. The maximum number of records that the ListView control will display on the designer surface is 21 records.
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.