ScrollNeedsEventArgs
Class
Indicates whether the need for horizontal or vertical srcolling has changed
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.UI.dll
Syntax:
C#
public class ScrollNeedsEventArgs : EventArgs
Inheritance: objectEventArgsScrollNeedsEventArgs
Inherited Members
Constructors
Properties
Indicates whether horizontal scrolling is necessary
C#
public bool NewHorizontalScrollNeed { get; }
C#
public bool NewVerticalScrollNeed { get; }
Indicates whether horizontal scrolling was necessary
C#
public bool OldHorizontalScrollNeed { get; }
C#
public bool OldVerticalScrollNeed { get; }