Table of Contents

Class TableEditor

Namespace
UICatalog.Scenarios
Assembly
UICatalog.dll
[ScenarioMetadata("TableEditor", "Implements data table editor using the TableView control.")]
[ScenarioCategory("TableView")]
[ScenarioCategory("Controls")]
[ScenarioCategory("Dialogs")]
[ScenarioCategory("Text and Formatting")]
public class TableEditor : Scenario, IDisposable
Inheritance
TableEditor
Implements
Inherited Members
Extension Methods

Methods

BuildSimpleDataTable(int, int)

Builds a simple table in which cell values contents are the index of the cell. This helps testing that scrolling etc is working correctly and not skipping out any rows/columns when paging

Dispose(bool)
Main()

Called by UI Catalog to run the Scenario. This is the main entry point for the Scenario .