| public | ScrollableControl(Control* child_, const Point& location, const Size& size, Dock dock, Anchors anchors) |
| public | ScrollableControl(ScrollableControlCreateParams& createParams) |
| private Result<bool> | ChildSizeOrContentSizeChanged(ControlEventArgs& args) |
| internal override Control* | GetFirstEnabledTabStopControl() const |
| internal override Control* | GetLastEnabledTabStopControl() const |
| protected override bool | IsDecoratorControl() const |
| private Rect | MakeUpdateRect(int xAmount, int yAmount) |
| protected override void | OnChildContentChanged(ControlEventArgs& args) |
| protected override void | OnChildContentLocationChanged(ControlEventArgs& args) |
| protected override Result<bool> | OnChildContentSizeChanged(ControlEventArgs& args) |
| protected override Result<bool> | OnChildGotFocus(ControlEventArgs& args) |
| protected override Result<bool> | OnChildLostFocus(ControlEventArgs& args) |
| protected override Result<bool> | OnChildSizeChanged(ControlEventArgs& args) |
| protected override Result<bool> | OnHScroll(ScrollEventArgs& args) |
| protected override Result<bool> | OnLocationChanged() |
| protected override Result<bool> | OnMouseWheel(MouseWheelEventArgs& args) |
| protected override Result<bool> | OnSizeChanged(SizeChangedEventArgs& args) |
| protected override Result<bool> | OnVScroll(ScrollEventArgs& args) |
| public override Result<bool> | ScrollLineDown() |
| public override Result<bool> | ScrollLineUp() |
| protected override Result<bool> | TranslateChildGraphics(Graphics& graphics) |
| protected override void | TranslateContentLocation(Point& location) |
| protected override void | TranslateMousePos(Point& location) |
| private Control* | child |
| private ComponentContainer | 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 |