UIScrollView.FlashScrollIndicators Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.