Quantcast
Channel: Xamarin.Forms — Xamarin Community Forums
Viewing all articles
Browse latest Browse all 58056

How to respond to a OnTapped event for a Tableview TextCell

$
0
0

Here is my table which is being used as a menu on a slideout navigation page

        var section = new TableSection () {
            new TextCell {Text = "My Items"},
            new TextCell {Text = "Activity"},
            new TextCell {Text = "Pending"},
            new TextCell {Text = "Chat"},
            new TextCell {Text = "Map"},
            new TextCell {Text = "Charts"},
            new TextCell {Text = "Settings"},
        };

        var root = new TableRoot () {section} ;

        tableView = new TableView ()
        { 
            Root = root,
            Intent = TableIntent.Menu,
        };

Viewing all articles
Browse latest Browse all 58056

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>