http://bugzilla.novell.com/show_bug.cgi?id=574873
http://bugzilla.novell.com/show_bug.cgi?id=574873#c0 Summary: Programatically selecting a row in a tableview doesn't fire RowSelected Classification: Mono Product: MonoTouch Version: unspecified Platform: Other OS/Version: Other Status: NEW Severity: Normal Priority: P5 - None Component: Class Libraries AssignedTo: [email protected] ReportedBy: [email protected] QAContact: [email protected] Found By: --- Blocker: --- Description of Problem: When I select a row in a UITableView via tableView.SelectRow(... the RowSelecte event is not fired Steps to reproduce the problem: 1. create a UITableView with a RowSelected handler 2. add some output to the handler (Console.Write...) 3. call SelectRow with this tableView Actual Results: RowSelected is not called Expected Results: RowSelecte should be called - independent of the selection sourece manual (user touch) or via code How often does this happen? always Additional Information: The same as wiht "ValueChanged" of UISlider -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
