Repeater

Repeater is extension of [StackLayout]
Repeater is extended by EditableRepeater

Requirements

  • Binding should be done through model binding or direct call of setModel method.
  • Bound model can be Array, observable, observableArray or computed.
  • Items in the model can be a dictionary or Object with all properties required for binding on line view.

Parameters

Parameter Type Description
showStripes Boolean Enables/disables different background colors for every second row.
stripesColor String Specifies background color that is applied to every second row if showStripes is true. Default: '#f5f5f5'
progressiveFill Boolean Enables/disables progressive creation of line views. Default: false.
itemModelMixinProperty String Specifies name of [item model repeater mixin]. Default: '$repeater'
Enter labels to add to this page:
Please wait 
Looking for a label? Just start typing.