private void trkFormationRotation_Scroll(object sender, EventArgs e) { UpdateRotationValue(); if (changingInternally) { return; } MiniGrouperScript?.RotateFormation(trkFormationRotation.Value); }