DialogViewController.AutoHideSearch Property

Definition

Determines whether the search bar is automatically hidden when showing the view controller.

public bool AutoHideSearch { get; set; }
member this.AutoHideSearch : bool with get, set

Property Value

Remarks

If set, we automatically scroll the content to avoid showing the search bar until the user manually pulls it down.

Applies to