Jump to: navigation, search

Changes


HowTo:Implement Custom Filtering

268 bytes added, 05:51, 25 April 2023
/* Input field */
<br>
It will look like this:
<tabs>
<tab name="UWP">
<source lang = "xml">
<Grid>
</Grid>
</source>
</tab>
 
<tab name="Xamarin">
<source lang = "xml">
<Entry x:Name="Filter_Input"
Margin="2,2,2,2"
HeightRequest="40"
HorizontalOptions="Start"
WidthRequest="400"
Placeholder="Name...">
</Entry>
</source>
</tab>
</tabs>
 
== [[EvalExpression]] ==
89
edits