Changes

Xamarin XAML

97 bytes added, 10:24, 12 October 2020
</ContentView>
</syntaxhighlight>
 
 
 
 
 
=== Search ===
<br />
The one for <code>TextChanged</code> is responsible for the "search as you type" behavior. Namely it triggers an automatic search shortly (half second) after the user stops changing the text in the search bar. It can be turned off by simply removing that particular behavior.
 
=== DisplayViewCommand ===
This command can be used to [[Custom_View_(Client)|display cutom views]].
== Performance ==