FlexGrid for WinForms
ScrollOptions Property



Gets or sets a ScrollFlags value that specifies the grid scrolling behavior.
Syntax
[C1Description("Gets or sets flags that specify the grid's scrolling behavior.")]
[C1Category("Behavior")]
[DefaultValue()]
[Editor(EditorBaseTypeName="System.Drawing.Design.UITypeEditor, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", EditorTypeName="C1.Win.C1FlexGrid.Design.FlagEditor, C1.Win.C1FlexGrid.4.Design")]
public ScrollFlags ScrollOptions {get; set;}
[C1Description("Gets or sets flags that specify the grid's scrolling behavior.")]
[C1Category("Behavior")]
[DefaultValue()]
[Editor(EditorBaseTypeName="System.Drawing.Design.UITypeEditor, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", EditorTypeName="C1.Win.C1FlexGrid.Design.FlagEditor, C1.Win.C1FlexGrid.4.Design")]
public:
property ScrollFlags ScrollOptions {
   ScrollFlags get();
   void set (    ScrollFlags value);
}
'Declaration
 
<C1DescriptionAttribute("Gets or sets flags that specify the grid's scrolling behavior.")>
<C1CategoryAttribute("Behavior")>
<DefaultValueAttribute()>
<EditorAttribute(EditorBaseTypeName="System.Drawing.Design.UITypeEditor, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", EditorTypeName="C1.Win.C1FlexGrid.Design.FlagEditor, C1.Win.C1FlexGrid.4.Design")>
Public Property ScrollOptions As ScrollFlags
 
'Usage
 
Dim instance As C1FlexGridBase
Dim value As ScrollFlags
 
instance.ScrollOptions = value
 
value = instance.ScrollOptions
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

C1FlexGridBase Class
C1FlexGridBase Members

 

 


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

Send Feedback