Version

MinimumNumberOfColumnsRendered Property

The minimum numbers of columns that will be rendered. The default number is 0, which means that only the columns in view will be rendered.
Syntax
'Declaration
 
Public Property MinimumNumberOfColumnsRendered As Integer
public int MinimumNumberOfColumnsRendered {get; set;}
Remarks
We always render only the columns that are currently in view. However in some cases, where you have columns with vastly different widths, it may help to prerender a certain number of them. With this property you can specify how many columns in the very least will be rendered, so that they can be pre-measured instead of virtualized. Also note that setting this property to a higher value will cause a performance hit. Use this property only when you have evidence that you actually need it.
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