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