DialogViewController.AutoHideSearch Property
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.
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.