Exception | Description |
---|---|
System.ArgumentOutOfRangeException | MinRows must be a value between 1 and 3. |
The MinRows represents the preferred number of rows that the panel should use to arrange its items. This must be a value between 1 and 3.
Dim toolHWrapPanel As New ToolHorizontalWrapPanel() toolHWrapPanel.MinRows = 1 toolHWrapPanel.MaxRows = 2
ToolHorizontalWrapPanel toolHWrapPanel = new ToolHorizontalWrapPanel();
toolHWrapPanel.MinRows = 1;
toolHWrapPanel.MaxRows = 2;
Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2