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