【发布时间】:2011-01-26 12:55:22
【问题描述】:
使用令人惊叹的 MonoTouch.Dialog 工具集,我如何确保不显示支持字段。当我将 [Entry] 属性分配给 get;set;属性,我得到以下渲染:
[Caption("Weight")]
[Entry(Placeholder = "Kilograms", KeyboardType = UIKeyboardType.PhonePad)]
public string Weight { get; set; }
【问题讨论】:
-
我不确定您到底想避免显示哪个部分。你的问题不清楚
-
我希望不显示支持字段
标签: xamarin.ios monotouch.dialog