FlexGrid for WinRT
ICellFactory Interface
Members 

Defines the functionality of classes used to create grid cells dynamically.
Object Model
ICellFactory Interface
Syntax
'Declaration
 
Public Interface ICellFactory 
public interface ICellFactory 
Remarks
The C1FlexGrid fully virtualizes rows and columns. Cells are created only when their row and column are visible to the user. In this case, a class that implements the ICellFactory interface is used to create the Windows.UI.Xaml.FrameworkElement objects that represent the cells. When cells are scrolled out of view, the same class is notified so it can properly dispose of the cell or recycle it for future use.
Requirements

Target Platforms: 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

See Also

Reference

ICellFactory Members
C1.Xaml.FlexGrid Namespace

 

 


Copyright © GrapeCity, inc. All rights reserved.

Product Support Forum  |   Documentation Feedback