| AutoEditableItemStyle | Abstract class, represents an editable ItemStyle. |
| AutoEditableItemStyleTextBox | Represents an editable ItemStyleText |
| AutoEditingBeginEventArgs | Represents argument of the AutoEditingBegin event. |
| AutoEditingEndEventArgs | Represents the argument of the AutoEditingEnd event. |
| EditableItemStyle | Abstract class, represents an editable ItemStyle. |
| EditableItemStyleText | Represents an editable ItemStyleText |
| EditingBegunEventArgs | Represents argument, which stores data necessary to begin custom editing. |
| EditingEventArgs | Event arguments about item style editing. |
| GatheringItemEventArgs | GatheringItemEventArgs class contains the arguments of GatheringItemEventHandler delegate. |
| IndexEventArgs | Contains information about selected row index changes. |
| ItemClickedEventArgs | RowItemClickedEventArgs class contains the arguments of RowItemClickedEventHandler delegate. |
| ItemStyle | Specifies the style and looks of an item. |
| ItemStyleChangedEventArgs | Contains arguments for PropertyChanged event. |
| ItemStyleCheckBox | Represents the item style for an image item. |
| ItemStyleConverter | |
| ItemStyleImage | Represents the item style for an image item. |
| ItemStyleImageButton | Represents the item style for an image item. |
| ItemStyleLabel | Represents the Label item style. |
| ItemStyleRectangle | Represents the item style for a rectangle item. |
| ItemStyles | Represents the collection ItemStyle class objects. |
| ItemStyleText | Represents the Text item style. |
| ItemStyleToString | Represents the Text item style. |
| Row | Represents a row in Rows collection. |
| RowCreatedEventArgs | Arguments for the RowCreated event. |
| RowItem | Represents the base class for a row item. |
| RowItemClickedEventArgs | RowItemClickedEventArgs class contains the arguments of RowItemClickedEventHandler delegate. |
| Rows | Represents the collection of rows. |
| RowStyle | Represents the RowStyle class objects. |
| RowStyles | Represents the collection of RowStyle class objects. |
| ScrollableItemStyleText | Represents an item style with wrapped text, which can be scrolled, if do not fit into the bounds. |
| ScrollBarConfiguration | Stores poperties configuration of a scrollbar. |
| ScrollingEventArgs | |
| SelectedIndexChangedEventArgs | SelectedIndexChangedEventArgs class contains the arguments of SelectedIndexChangedEventHandler delegate. |
| TouchList | Represents a list control with touch scrolling, data binding and transition animation features. |
| TouchListLite | Liter version of TouchList control. |
| VerticalIndicatorScrollBar | Represents a default scrollbar of TouchList control. |
| IGatheringItem | Implement IGatheringItem interface to provide row items for TouchList control. Another option could be by handling GatheringItemEvent event. |
| IScrollableItemStyle | ItemStyle must implement this to be scrollable. |
| IVerticallyScrollable | Must be implemented, if VerticalIndicatorScrollBar is used on the object. |
| AutoEditingBeginEventHandler | Event handler type of AutoEditingBegin event. |
| AutoEditingEndEventHandler | Event handler type of the AutoEditingEnd event. |
| EditingBegunEventHandler | Event handler type of the EditingBegun event. |
| EditingEventHandler | Delegate to handle the editing event. |
| GatheringItemEventHandler | TouchList uses this event to gathering items. |
| ItemClickedEventHandler | TouchList uses this event to inform event handler. |
| RowItemClickedEventHandler | TouchList uses this event to inform event handler. |
| RowStyleChangedEventHandler | Event handler type of the RowItemChangedEvent. |
| ScrollingEventHandler | Event handler type for the Scrolling event. |
| SelectedIndexChangedEventHandler | TouchList uses this event to inform event handler. |
| SelectedItemChangingHandler | Selected item changing handler. |
| AnimationDirection | Specifies direction of animation. |
| EditingFinishedType | After editing is finished save or discard. |
| ItemChangeType | Represents the types of changes which took place in a ItemStyle. |
| ScrollbarAnimationType | Specifies the animation types of the Scrollbar. |
| SelectionType | Specifies the selection type. |
| SeparatorVisibilityOption | Options of separator line visibility. |