The following tables list the members exposed by PagerControlResizeEventArgs.
Name | Description | |
---|---|---|
PagerControlResizeEventArgs Constructor | Initializes a new PagerControlResizeEventArgs |
Name | Description | |
---|---|---|
AvailableSize | Returns the size available for the control. | |
Control | Returns the control whose size will be adjusted. | |
NewControlSize | Returns or sets the new size for the Control. | |
Orientation | Returns the current scrolling orientation for the pager buttons. When the Orientation is Horizontal, the left of the control will be adjusted based on the position and the height of the control will be adjusted to match the available size. When the Orientation is Vertical, the top of the control will be adjusted based on the position and the width of the control will be adjusted to match the available size. |