Jump to: navigation, search

Changes


HowTo:Implement Custom Filtering

53 bytes removed, 08:51, 25 April 2023
/* Input field */
<tab name="UWP">
<source lang = "xml">
<!-- Textbox for editing --> <TextBox x:Name="InputTextboxName"> </TextBox>
</source>
</tab>
<tab name="Xamarin">
<source lang = "xml">
<Entry x:Name="Filter_Input"></Entry>
</source>
</tab>
89
edits