I'm using a StyledStringElement as a button. I need to make the button enabled
and disabled. The following code does the job:
public void RedrawControl()
{
if (GetContainerTableView() != null)
{
var root = GetImmediateRootElement();
root.Reload(this, UITableViewRowAnimation.None);
}
}
The problem is that it flickers/shuffles the control quite visibly. Is there a
better way to redraw the control to make the flickering not happen?_______________________________________________
MonoTouch mailing list
[email protected]
http://lists.ximian.com/mailman/listinfo/monotouch