-
-
Notifications
You must be signed in to change notification settings - Fork 10
Crow.ScrollingStack
Jean-Philippe Bruyère edited this page Oct 26, 2021
·
1 revision
namespace: Crow
ScrollingStack
public class ScrollingStack : GenericStack
⬜ | prototype | description |
---|
⬜ | name | description |
---|---|---|
MaxScroll |
__ | |
Scroll |
__ |
⬜ | 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) |
__ |
⬜ | name | description |
---|