diff --git a/PROMS/Volian.Controls.Library/RTBItem.cs b/PROMS/Volian.Controls.Library/RTBItem.cs index cffc4fd4..c29a53df 100644 --- a/PROMS/Volian.Controls.Library/RTBItem.cs +++ b/PROMS/Volian.Controls.Library/RTBItem.cs @@ -832,9 +832,12 @@ namespace Volian.Controls.Library } public override void IdentifyMe(bool highlight) { - this.BringToFront(); + //this.BringToFront(); // B2017-187 when called all the time, slows down the display of step and confuses the scroll bar if (highlight) + { + MyStepRTB.BringToFront(); // B2017-187 when called all the time, slows down the display of step and confuses the scroll bar MyStepRTB.BackColor = Color.Gray; + } else { if (MyStepRTB.Focused) // If active Set BackColor to the active color