monotouch.dialog - Has anyone used MT.D MultilineEntryElement? -
i'm using recent 1 created alxandr (feb/2012).
i'm trying add section using same technique adding entryelement. multilineentryelement adds section receiving cell not expand past it's default size. mlee overwrite section below. default full screen width , 10 lines long. best way this?
thanks you! matt
to deal problem, set rootelement's unevenrows property true, this:
var r = new rootelement ("foo") { ... } r.unevenrows = true;
Comments
Post a Comment