Separators¶
To provide more flexibility with rendering of controls and sections, set the visibility of the separator lines.
Separators Properties¶
| Property | Type | Required | Default |
|---|---|---|---|
| BottomSectionSeparator | boolean |
No | true |
| ControlSeparator | boolean |
No | true |
| FooterSeparator | boolean |
No | true |
| HeaderSeparator | boolean |
No | true |
| TopSectionSeparator | boolean |
No | false |
BottomSectionSeparator¶
Sets the visibility of the separator line at the bottom of the section. Default value for iOS is false, for Android and Web it is true.
- type:
boolean - default:
true
ControlSeparator¶
Sets the visibility of the separator lines between controls inside a section.
- type:
boolean - default:
true
FooterSeparator¶
Sets the visibility of the separator line between the footer and section.
- type:
boolean - default:
true
HeaderSeparator¶
Sets the visibility of the separator line between the header and section.
- type:
boolean - default:
true
TopSectionSeparator¶
Sets the visibility of the separator line at the top of the section. iOS only.
- type:
boolean - default:
false