RibbonGallery.MinColumnCount Property

Gets or sets a value that specifies the minimum number of columns used to layout items in a gallery ItemsPanel.

Namespace:  Microsoft.Windows.Controls.Ribbon
Assembly:  RibbonControlsLibrary (in RibbonControlsLibrary.dll)

Syntax

'Declaration
Public Property MinColumnCount As Integer
public int MinColumnCount { get; set; }
public:
property int MinColumnCount {
    int get ();
    void set (int value);
}
member MinColumnCount : int with get, set
function get MinColumnCount () : int
function set MinColumnCount (value : int)

Property Value

Type: System.Int32
The minimum number of columns used to layout items in a gallery ItemsPanel.The registered default is 1. For more information about what can influence the value, see Dependency Property Value Precedence.

Dependency Property Information

Identifier field

MinColumnCountProperty

Metadata properties set to true

AffectsMeasure

.NET Framework Security

See Also

Reference

RibbonGallery Class

Microsoft.Windows.Controls.Ribbon Namespace