FlexGrid for WinForms
AllowMergingFixed Property



Gets or sets how non-scrollable cells should be merged.
Syntax
'Declaration
 
<C1DescriptionAttribute("Gets or sets how non-scrollable cells should be merged.")>
<BrowsableAttribute(True)>
<DefaultValueAttribute()>
<C1CategoryAttribute("Behavior")>
Public Property AllowMergingFixed As AllowMergingEnum
'Usage
 
Dim instance As C1FlexGrid
Dim value As AllowMergingEnum
 
instance.AllowMergingFixed = value
 
value = instance.AllowMergingFixed
[C1Description("Gets or sets how non-scrollable cells should be merged.")]
[Browsable(true)]
[DefaultValue()]
[C1Category("Behavior")]
public AllowMergingEnum AllowMergingFixed {get; set;}
[C1Description("Gets or sets how non-scrollable cells should be merged.")]
[Browsable(true)]
[DefaultValue()]
[C1Category("Behavior")]
public:
property AllowMergingEnum AllowMergingFixed {
   AllowMergingEnum get();
   void set (    AllowMergingEnum value);
}
Remarks

By default, this property is set to AllowMergingEnum.Default, which causes fixed cells to be merged with the same setting as scrollable cells.

If you specify a different value for this property, you can use different merging modes for fixed cells such as column headers than the setting used for scrollable cells.

Requirements

Target Platforms: 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

Reference

C1FlexGrid Class
C1FlexGrid Members

 

 


Copyright (c) GrapeCity, inc. All rights reserved.

Send Feedback