[]
Called to determine the size requirements for this view and all of its children.
protected override void OnMeasure(int widthMeasureSpec, int heightMeasureSpec)
| Type | Name | Description |
|---|---|---|
| int | widthMeasureSpec | The horizontal space requirements as imposed by the parent. |
| int | heightMeasureSpec | The vertical space requirements as imposed by the parent. |