Collapsable Row Touch
A collapsable row that supports touch actions/gestures. Specific to Dimensions POS service.
Namespace: LSOne.Services.ListViewExtensions
Assembly: LSOne.Services.Dimension
Syntax
internal class CollapsableRowTouch : Row
Constructors
| Name | Description |
|---|---|
| CollapsableRowTouch() | Default constructor. Initializes a new instance of the CollapsableRowTouch class |
Properties
| Name | Description |
|---|---|
| Collapsable | Gets or sets whether this row is collapsable. If true then an arrow is drawn on the right-most side and the arrow will flip up/down based on the Expanded property |
| Expaned | Gets or sets wether this row is expanded or collapsed |
| IsLastRow | Gets or sets wether this is the last collapsable row in a list view |
Examples
See Source\POS\Services\DimensionService\ListViewExtensions\CollapsableRowTouch.cs and Source\POS\Services\DimensionService\Dialogs\DimensionDialog.cs from DevPack for usage examples.
