Saturday, 4 November 2017

Xamarin Forms Data Entry Intent[Tutorial 34]

Step1: Design Your MainPage.Xaml(Combo of Both Entrycell and Switches)

<TableView Intent="Data">
<TableRoot>
<TableSection Title="Our First Selection">
<TextCell Text="TextCell" Detail="TextCell Detail"/>
<EntryCell Label="Entery Label" Text="EntryCell Text"/>
<SwitchCell Text="SwitchCell Text"/>
<ImageCell Text="ImageCell Text" Detail="ImageCell Detail" ImageSource="icon.png"/>
</TableSection>
<TableSection Title="Our First Selection">
<TextCell Text="TextCell" Detail="TextCell Detail"/>
<EntryCell Label="Entery Label" Text="EntryCell Text"/>
<SwitchCell Text="SwitchCell Text"/>
<ImageCell Text="ImageCell Text" Detail="ImageCell Detail" ImageSource="XamarinLogo.png"/>
</TableSection>
</TableRoot>
</TableView>
view raw MainPage.xaml hosted with ❤ by GitHub
Step2:Holaa Nomore Steps

No comments:

Post a Comment