RibbonGalleryCategory.ColumnsStretchToFill Property

Definition

Gets or sets a value that indicates that the gallery category distributes all its available width equally between its columns.

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

Property Value

true if the gallery category distributes its available width equally between its columns; otherwise, false. The registered default is false. For more information about what can influence the value, see Dependency Property Value Precedence.

Remarks

The ColumnsStretchToFill property only has an effect when IsSharedColumnSizeScope is set to true.

Dependency Property Information

Identifier field ColumnsStretchToFillProperty
Metadata properties set to true None

Applies to

See also