ReorderableListControl.HorizontalLineAtEnd Property

Rotorz ReorderableList

ReorderableListControlHorizontalLineAtEnd Property
Gets or sets a boolean value indicating whether a horizontal line should be shown below the last list item at the end of the list control.

Namespace: Rotorz.ReorderableList
Assembly: Editor.ReorderableList (in Editor.ReorderableList.dll) Version: 0.0.0.0 (0.3.0.0)
Syntax
public bool HorizontalLineAtEnd { get; set; }
public function get HorizontalLineAtEnd() : boolean
public function set HorizontalLineAtEnd(value : boolean)

Property Value

Type: Boolean
Remarks

Horizontal line is not drawn for an empty list regardless of the value of this property.

See Also