TableViewEdgeInsets

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 table. For example

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

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

Defined By

Properties

TableViewEdgeInsets
bottom : Number

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

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

TableViewEdgeInsets
left : Number

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

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

TableViewEdgeInsets
right : Number

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

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

TableViewEdgeInsets
top : Number

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

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