Options
All
  • Public
  • Public/Protected
  • All
Menu

Class ListViewStaggeredLayout

The staggered layout lays out items in a staggered grid formation. It supports horizontal & vertical layout.

Hierarchy

Index

Properties

android

android: any

ios

ios: any

itemDeleteAnimation

itemDeleteAnimation: string

The item animation for delete operation.

itemHeight

itemHeight: number

The height of item.

itemInsertAnimation

itemInsertAnimation: string

The item animation for insert operation.

itemWidth

itemWidth: number

The width of item.

scrollDirection

scrollDirection: string

The scroll direction.

spanCount

spanCount: number

The number of columns/rows to be rendered.

Static itemDeleteAnimationProperty

itemDeleteAnimationProperty: Property

Identifies the itemDeleteAnimation dependency property.

Static itemHeightProperty

itemHeightProperty: Property

Identifies the itemHeight dependency property.

Static itemInsertAnimationProperty

itemInsertAnimationProperty: Property

Identifies the itemInsertAnimation dependency property.

Static itemWidthProperty

itemWidthProperty: Property

Identifies the itemWidth dependency property.

Static scrollDirectionProperty

scrollDirectionProperty: Property

Identifies the scrollDirection dependency property.

Static spanCountProperty

spanCountProperty: Property

Identifies the spanCount dependency property.

Generated using TypeDoc