public | ScrollableControl(Control* child_, const Point& location, const Size& size, Dock dock, Anchors anchors) |
public | ScrollableControl(ScrollableControlCreateParams& createParams) |
private void | ChildSizeOrContentSizeChanged(ControlEventArgs& args) |
internal override nothrow Control* | GetFirstEnabledTabStopControl() const |
internal override nothrow Control* | GetLastEnabledTabStopControl() const |
protected override nothrow bool | IsDecoratorControl() const |
private nothrow Rect | MakeUpdateRect(int xAmount, int yAmount) |
protected override void | OnChildContentChanged(ControlEventArgs& args) |
protected override void | OnChildContentLocationChanged(ControlEventArgs& args) |
protected override void | OnChildContentSizeChanged(ControlEventArgs& args) |
protected override void | OnChildGotFocus(ControlEventArgs& args) |
protected override void | OnChildLostFocus(ControlEventArgs& args) |
protected override void | OnChildSizeChanged(ControlEventArgs& args) |
protected override void | OnHScroll(ScrollEventArgs& args) |
protected override void | OnLocationChanged() |
protected override void | OnMouseWheel(MouseWheelEventArgs& args) |
protected override void | OnSizeChanged(uint windowState) |
protected override void | OnVScroll(ScrollEventArgs& args) |
public override void | ScrollLineDown() |
public override void | ScrollLineUp() |
protected override void | TranslateChildGraphics(Graphics& graphics) |
protected override void | TranslateContentLocation(Point& location) |
protected override void | TranslateMousePos(Point& location) |
private Control* | child |
private Container | container |
private int | hmax |
private int | hmin |
private bool | horizontalScrollBarShown |
private int | horizontalScrollUnit |
private uint | hpage |
private int | hpos |
private Control* | scrolledChild |
private bool | verticalScrollBarShown |
private int | verticalScrollUnit |
private int | vmax |
private int | vmin |
private uint | vpage |
private int | vpos |