跳到主要内容

Class ListViewItem

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; }

topValue

public float topValue { get; }

normalColor

public Color normalColor { get; set; }

highlightColor

public Color highlightColor { get; set; }

content

public VisualElement content { get; private set; }

contentContainer

public VisualElement contentContainer { get; }

Methods

void ExitHighlightState()

public void ExitHighlightState()

void EnterHighlightState()

public void EnterHighlightState()

void SetOffset(float topOffset)

public void SetOffset(float topOffset)

void StartDrag()

public void StartDrag()

void ResetOffset()

public void ResetOffset()

void EnableTransition()

public void EnableTransition()

void DisableTransition()

public void DisableTransition()

void SetDragState(bool value)

public void SetDragState(bool value)

void SetRemoveState(bool value)

public void SetRemoveState(bool value)