Version

AllowRowLayoutLabelSpanSizing Property

Specifies whether labels can be span resized by the user at run-time.
Syntax
'Declaration
 
Public Property AllowRowLayoutLabelSpanSizing As Infragistics.Win.Layout.GridBagLayoutAllowSpanSizing
public Infragistics.Win.Layout.GridBagLayoutAllowSpanSizing AllowRowLayoutLabelSpanSizing {get; set;}
Remarks

This property determines whether the user can ctrl+click and drag a label to change it's span at run-time.

Span resizing changes the SpanX or SpanY of the cell and may also change the LabelSpan.

This property applies to the UltraGrid only. It is not supported 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