appendSpacer
True if a spacer should be added after the last list item view.
appendSpacer?: boolean;
Notes
- If set, and the list is not empty, a spacer view is added at the end of the list. This can be used to add a divider after the last list item, e.g. in a scroll view.
- The spacer always has a minimum height and width of 0 pixels.
Related
class UIListView
A view wrapper that manages nested views for each item in a list.
