Class TableEditor
[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