Intersoft WebGrid Documentation
AbsoluteScrolling Property
See Also  Send Feedback
ISNet.WebUI.WebGrid Namespace > WebGridFreezePaneSettings Class : AbsoluteScrolling Property






Determines whether the scrolling should absolutely should seek the next valid column position.

Syntax

Visual Basic (Declaration) 
<ISNet.Serialization.XmlSerializableAttribute()>
<ISNet.Serialization.BinarySerializableAttribute()>
<NotifyParentPropertyAttribute(True)>
<DefaultValueAttribute()>
<DescriptionAttribute("Determines whether the scrolling should absolutely seek the next valid column position.")>
Public Property AbsoluteScrolling As Boolean
Visual Basic (Usage)Copy Code
Dim instance As WebGridFreezePaneSettings
Dim value As Boolean
 
instance.AbsoluteScrolling = value
 
value = instance.AbsoluteScrolling
C# 
[ISNet.Serialization.XmlSerializableAttribute()]
[ISNet.Serialization.BinarySerializableAttribute()]
[NotifyParentPropertyAttribute(true)]
[DefaultValueAttribute()]
[DescriptionAttribute("Determines whether the scrolling should absolutely seek the next valid column position.")]
public bool AbsoluteScrolling {get; set;}
Delphi 
public read-write property AbsoluteScrolling: Boolean; 
JScript 
ISNet.Serialization.XmlSerializableAttribute()
ISNet.Serialization.BinarySerializableAttribute()
NotifyParentPropertyAttribute()
DefaultValueAttribute()
DescriptionAttribute("Determines whether the scrolling should absolutely seek the next valid column position.")
public function get,set AbsoluteScrolling : boolean
Managed Extensions for C++ 
[ISNet.Serialization.XmlSerializableAttribute()]
[ISNet.Serialization.BinarySerializableAttribute()]
[NotifyParentPropertyAttribute(true)]
[DefaultValueAttribute()]
[DescriptionAttribute("Determines whether the scrolling should absolutely seek the next valid column position.")]
public: __property bool get_AbsoluteScrolling();
public: __property void set_AbsoluteScrolling( 
   bool value
);
C++/CLI 
[ISNet.Serialization.XmlSerializableAttribute()]
[ISNet.Serialization.BinarySerializableAttribute()]
[NotifyParentPropertyAttribute(true)]
[DefaultValueAttribute()]
[DescriptionAttribute("Determines whether the scrolling should absolutely seek the next valid column position.")]
public:
property bool AbsoluteScrolling {
   bool get();
   void set (    bool value);
}

Remarks

With AbsoluteScrolling enabled, WebGrid is able to automatically adjust the viewport to the next available column when user pressed on the left/right arrow of horizontal scrollbar. This behavior allows users conveniently to scroll through all the columns with less clicks. For more information you can read How-to: Enable absolute scrolling.

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

Reference

WebGridFreezePaneSettings Class
WebGridFreezePaneSettings Members

Tasks

How-to: Enable absolute scrolling

Concepts

Absolute Scrolling
Column Freezing

Other Resources

LiveFreeze™ behaviors and other notes

©2012 Intersoft Solutions Corp. All Rights Reserved.