[This is preliminary documentation and is subject to change.]
Enumerates the possible values for how IPControls should be resized when the size of their
container changes
| C# |
[FlagsAttribute] public enum ShouldResize
| Member | Description |
|---|---|
| Neither | The control should not be resized. |
| Horizontal | The control should be resized in the horizontal direction only.
|
| Vertical | The control should be resized in the vertical direction only.
|
| Both | The control should be resized in both directions. |