Class ListViewItem
Represents the item element in the winS.UnityEditor.UIElement.ListView`1.
Properties
highlighting
public bool highlighting { get; private set; }
draggable
public bool draggable { get; set; }
removable
public bool removable { get; set; }
height
public float height { get; }
normalColor
public Color normalColor { get; set; }
highlightColor
public Color highlightColor { get; set; }
content
Represents content of this item.
public VisualElement content { get; private set; }
contentContainer
public override VisualElement contentContainer { get; }
Methods
ExitHighlightState()
public void ExitHighlightState()
EnterHighlightState()
public void EnterHighlightState()
SetOffset(float topOffset)
public void SetOffset(float topOffset)
StartDrag()
public void StartDrag()
ResetOffset()
public void ResetOffset()
EnableTransition()
public void EnableTransition()
DisableTransition()
public void DisableTransition()
SetDragState(bool value)
public void SetDragState(bool value)
SetRemoveState(bool value)
public void SetRemoveState(bool value)