public override void OnMouseWheel(float delta) { base.OnMouseWheel(delta); InternalChild.OnMouseWheel(delta); }