UIScrollView.FlashScrollIndicators Method

Definition

This method will flash the scroll indicators for a short time.

[Foundation.Export("flashScrollIndicators")]
public virtual void FlashScrollIndicators ();
abstract member FlashScrollIndicators : unit -> unit
override this.FlashScrollIndicators : unit -> unit
Attributes

Remarks

By default, the scroll indicators are only displayed briefly while content is being scrolled. This method allows the application developer to programmatically display them for a brief amount of time.

Applies to