Version

ForceCellVirtualization Property

Allows cell elements to be virtualized even if the cell is using a custom CellValuePresenter that does not contain a ValueEditor.
Syntax
'Declaration
 
Public Property ForceCellVirtualization As Nullable(Of Boolean)
public Nullable<bool> ForceCellVirtualization {get; set;}
Remarks

This property is only evaluated when it is determined that a CellValuePresenter cannot be virtualized. If the AllowCellVirtualization is set to false then this property will not be used.

Note: the size of the cell element will be based upon the size within a template record that is not associated with an actual dataitem.

Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, 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

See Also