Mega Code Archive

 
Categories / Delphi / VCL
 

Stopping tscrollbar button from blinking

Question: How can I stop the button on a TScrollBar component from blinking? Answer: Set the scrollbar's TabStop property to False.