Class VerticalSlideView
Element container that can slide vertically. Each element has same fixed height.
Properties
index
public int index { get; private set; }
slideDuration
public float slideDuration { get; set; }
contentContainer
public override VisualElement contentContainer { get; }
Methods
AddPage<T>(T page)
public T AddPage<T>(T page)
SlideContent(int index, [bool animation = true])
public void SlideContent(int index, [bool animation = true])