Skip to content

Crow.ScrollingStack

Jean-Philippe Bruyère edited this page Oct 26, 2021 · 1 revision

namespace: Crow

Inheritance Hierarchy

  • ScrollingStack

Syntax

public class ScrollingStack : GenericStack

Constructors

prototype description

Properties

name description
MaxScroll __
Scroll __

Methods

prototype description
void checkHoverWidget(MouseMoveEventArgs e) __
void ClearChildren() __
void InsertChild(int idx, Widget g) __
void OnChildLayoutChanges(object sender, LayoutingEventArgs arg) __
void OnLayoutChanges(LayoutingType layoutType) trigger dependant sizing component update
void onMouseWheel(object sender, MouseWheelEventArgs e) Process scrolling vertically, or if shift is down, vertically
void RemoveChild(Widget child) __

Events

name description
Clone this wiki locally