Method AdjustHeight
AdjustHeight(int)
Adjusts the view's height by the specified delta, respecting minimum height.
public bool AdjustHeight(int delta)
Parameters
deltaintAmount to adjust height by.
Returns
- bool
True if the height was actually changed.