ListViewEdgeInsets

The parameter for setContentInsets method.

On iOS, the parameter edgeInsets can be specified to set the distance(top, bottom, right, left) that the content view is inset from the enclosing scroll view of the list view. For example

setContentInset({top:50,bottom:10,right:10,left:10}, {animated:true})
  • 3.2.0
  • 3.2.0

NOTE This is an abstract type. Any object meeting this description can be used where this type is used.

Defined By

Properties

ListViewEdgeInsets
bottom : Number

Value specifying the bottom insets for the enclosing scroll view of the list view.

Value specifying the bottom insets for the enclosing scroll view of the list view.

ListViewEdgeInsets
left : Number

Value specifying the left insets for the enclosing scroll view of the list view.

Value specifying the left insets for the enclosing scroll view of the list view.

ListViewEdgeInsets
right : Number

Value specifying the right insets for the enclosing scroll view of the list view.

Value specifying the right insets for the enclosing scroll view of the list view.

ListViewEdgeInsets
top : Number

Value specifying the top insets for the enclosing scroll view of the list view.

Value specifying the top insets for the enclosing scroll view of the list view.