MonoTouch对话框.StyledStringElement的高度

iLe*_*ing 1 c# xamarin.ios monotouch.dialog

是否有可能以某种方式改变元素的高度?

pou*_*pou 5

实行 IElementSizing

public interface IElementSizing {
    float GetHeight (UITableView tableView, NSIndexPath indexPath);
}
Run Code Online (Sandbox Code Playgroud)

看看MultilineElementStyledMultilineElement举例.