Method ResizeFromTop
ResizeFromTop(int)
Resizes from the top edge by adjusting both Y position and height (for keyboard). Moves the view up/down while expanding/contracting from the top.
public bool ResizeFromTop(int delta)
Parameters
deltaintAmount to adjust (negative = up/expand, positive = down/contract).
Returns
- bool
True if the resize was performed.