Quantcast
Channel: Recent Threads — Xamarin Community Forums
Viewing all articles
Browse latest Browse all 204402

From Table View on row select detailed view

$
0
0

Hi

I am writing to create a table view which on selection of the row goes to a detailed description of the row. I tried following the post but couldn't get it work . In my table source inside the row selected method i declared an event Rowtouched

     if (RowTouched != null)
       RowTouched (this, EventArgs.Empty);
        tableView.DeselectRow (indexPath, true); // iOS convention is to remove the highlight
        this.RowTouched += (sender, e) => {
            p1.NavigationController.PushViewController(new page2(),true);
        };

the code breaks when i try to do this . Can anyone help me how to fix this issue.


Viewing all articles
Browse latest Browse all 204402

Trending Articles



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