Reorderable List Control for Unity
| ReorderableListControlHorizontalLineAtStart Property |
Gets or sets a boolean value indicating whether a horizontal line should be
shown above the first list item at the start of the list control.
Namespace: Rotorz.ReorderableList
Assembly: Editor.ReorderableList (in Editor.ReorderableList.dll) Version: 0.0.0.0 (0.3.0.0)
Syntaxpublic bool HorizontalLineAtStart { get; set; }
public function get HorizontalLineAtStart() : boolean public function set HorizontalLineAtStart(value : boolean)
Property Value
Type: Boolean
RemarksHorizontal line is not drawn for an empty list regardless of the value of this property.
See Also