Step1: Design Your MainPage.Xaml(Combo of Both Entrycell and Switches)
Step2:Holaa Nomore Steps
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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> |
No comments:
Post a Comment