| C1.UWP.FlexGrid Assembly > C1.Xaml.FlexGrid Namespace : ICellFactory Interface |
The following tables list the members exposed by ICellFactory.
| Name | Description | |
|---|---|---|
![]() | CreateCell | Creates a Windows.UI.Xaml.FrameworkElement responsible for representing a grid cell of a given type at the given coordinates. |
![]() | CreateCellEditor | Creates a Windows.UI.Xaml.FrameworkElement responsible for editing the value in a grid cell at the given coordinates. |
![]() | DisposeCell | Disposes of a Windows.UI.Xaml.FrameworkElement when its associated cell is scrolled out of view. |