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

how to show the selected items of the tableselection ?

$
0
0

How can I get Setting/About when I click on it? its a tableview can I get data onclick?

var section = new TableSection () {
new TextCell {Text = "Settings"},
new TextCell {Text = "About "},

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

Viewing all articles
Browse latest Browse all 91519

Trending Articles



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