title | description | ms.author | ms.date | ms.topic | author | ms.reviewer |
---|---|---|---|---|---|---|
MaximumWidth property |
Specifies the maximum width that the control add-in can be stretched to. |
solsen |
08/26/2024 |
reference |
SusanneWindfeldPedersen |
solsen |
Version: Available or changed with runtime version 1.0.
Specifies the maximum width that the control add-in can be stretched to. This setting only applies if the HorizontalStretch setting is specified.
- Control Add In
- Integer
The default is the integer’s maximum value. If HorizontalStretch is true but MaximumWidth is not set, the control add-in can expand indefinitely.
This setting only applies if HorizontalStretch is set to true.
Use this property when the visual content of the add-in is no longer usable or no longer visually appealing beyond a certain size.
RequestedWidth = 600;
HorizontalStretch = true;
MaximumWidth = 800;