Table of Contents

Class TableEditor

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

Methods

BuildDemoDataTable(int, int)

Generates a new demo DataTable with the given number of cols (min 5) and rows

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

Setup()

Override this to implement the Scenario setup logic (create controls, etc...).