Method ResizeFromLeft
ResizeFromLeft(int)
Resizes from the left edge by adjusting both X position and width (for keyboard). Moves the view left/right while expanding/contracting from the left.
public bool ResizeFromLeft(int delta)
Parameters
deltaintAmount to adjust (negative = left/expand, positive = right/contract).
Returns
- bool
True if the resize was performed.