Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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 |
|
Metadata properties set to true |
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.