Table of Contents

Class ListColumns

Namespace
UICatalog.Scenarios
Assembly
UICatalog.dll
[ScenarioMetadata("ListColumns", "Implements a columned list via a data table.")]
[ScenarioCategory("TableView")]
[ScenarioCategory("Controls")]
[ScenarioCategory("Dialogs")]
[ScenarioCategory("Text and Formatting")]
[ScenarioCategory("Scrolling")]
public class ListColumns : Scenario, IDisposable
Inheritance
ListColumns
Implements
Inherited Members
Extension Methods

Methods

BuildSimpleList(int)

Builds a simple list in which values are the index. This helps testing that scrolling etc is working correctly and not skipping out values when paging

Main()

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