ReorderableListControlCurrentListPosition Property |
Gets the position of the list control that is currently being drawn.
Namespace: Rotorz.ReorderableListAssembly: Editor.ReorderableList (in Editor.ReorderableList.dll) Version: 0.0.0.0 (0.3.0.0)
Syntaxpublic static Rect CurrentListPosition { get; }
public static function get CurrentListPosition() : Rect
Property Value
Type:
Rect
RemarksThe value of this property should be ignored for Layout
type events when using reorderable list controls with automatic layout.
See Also