Advertisement
Guest User

Untitled

a guest
Sep 4th, 2016
98
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.69 KB | None | 0 0
  1. <ContentPage xmlns="http://xamarin.com/schemas/2014/forms"
  2. xmlns:x="http://schemas.microsoft.com/winfx/2009/xaml"
  3. x:Class="School1.SettingsPage">
  4. <TableView Intent="Settings">
  5. <TableRoot>
  6. <EntryCell x:Name="nameentry" Label="Name" Text="{Binding Name, Mode=TwoWay}">
  7.  
  8. </EntryCell>
  9. <EntryCell x:Name="classentry" Label="Class" Text="{Binding Class, Mode=TwoWay}">
  10.  
  11. </EntryCell>
  12. <EntryCell x:Name="subjectsentry" Label="Subjects" Text="{Binding Subjects, Mode=TwoWay}">
  13.  
  14. </EntryCell>
  15. <TextCell Text="{Binding Name}">
  16.  
  17. </TextCell>
  18. </TableRoot>
  19. </TableView>
  20. </ContentPage>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement