RibbonMenuButton.CanUserResizeVertically Property

Definition

Gets or sets a value that indicates whether the user can resize the drop-down vertically.

public:
 property bool CanUserResizeVertically { bool get(); void set(bool value); };
public bool CanUserResizeVertically { get; set; }
member this.CanUserResizeVertically : bool with get, set
Public Property CanUserResizeVertically As Boolean

Property Value

true if the drop-down can be resized by the user; otherwise, false. The registered default is false. For more information about what can influence the value, see Dependency Property Value Precedence.

Remarks

Dependency Property Information

Identifier field CanUserResizeVerticallyProperty
Metadata properties set to true None

Applies to