Advertisement
Guest User

Untitled

a guest
Jun 19th, 2019
102
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.55 KB | None | 0 0
  1. <ContentPage.Content>
  2. <TableView IsEnabled="{Binding CanExecute}">
  3. <TableRoot>
  4. <TableSection>
  5. <TextCell Text="abcd" Command="{Binding CommandOne}"/>
  6. <TextCell Text="efg" Detail="random detail"/>
  7. <TextCell Text="hij" Command="{Binding CommandTwo}" />
  8. <TextCell Text="pqr" Detail="random detail}"/>
  9. <TextCell Text="xyz" Command="{Binding CommanAnother}"/>
  10. </TableSection>
  11. </TableRoot>
  12. </TableView>
  13. </ContentPage.Content>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement