Version

AllowRowLayoutColMoving Property

Specifies whether columns can be moved by the user at run-time in RowLayout mode.
Syntax
'Declaration
 
Public Property AllowRowLayoutColMoving As Infragistics.Win.Layout.GridBagLayoutAllowMoving
public Infragistics.Win.Layout.GridBagLayoutAllowMoving AllowRowLayoutColMoving {get; set;}
Remarks

This property determines whether the user can click and drag a column header to reposition it at run-time in a RowLayout.

The Default setting for this property will resolve based on the AllowColMoving property.

Columns without visible headers cannot be repositioned in this way and only a single column can be dragged at a time. If multiple columns are selected, no drag will occur.

This property applies to the UltraGrid only. It is not support for UltraCombo or UltraDropDown.

Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows 7, 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

See Also