Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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;