Hi guys, I'm trying to select a cell inside DialogViewController (only one at a
time).
For now only thing that I'm able to do is following :
StringElement se1 = new StringElement("TEST CLICK");
se1.Tapped += () =>
{
se1.GetCell(this.TableView).SelectionStyle =
UITableViewCellSelectionStyle.Blue
} ;
While using this, cell is only temporary selected, i.e. flashing blue after is
pressed. Is there a way to make this permanent, or unit i select another one?
Thanks for your help!!
_______________________________________________
MonoTouch mailing list
[email protected]
http://lists.ximian.com/mailman/listinfo/monotouch