Home
Random
Watchlist
Settings
Log in
About UBIK Wiki / Augmensys
Disclaimers
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>
KGR
89
edits