Bearbeiten

HorizontalStretch Property

Version: Available or changed with runtime version 1.0.

HorizontalStretch specifies that the control add-in can be made larger horizontally. This setting is optional.

Applies to

  • Control Add In

Property Values

True if the control add-in is allowed to stretch horizontally. The default value is false.

Remarks

HorizontalStretch is typically used together with the MaximumWidth property. If HorizontalStretch is true but MaximumWidth is not set, the control add-in can stretch indefinitely.

Example

RequestedWidth = 600;
HorizontalStretch = true;
MaximumWidth = 800;

See Also

Control Add-In Object