New to Telerik UI for WinFormsStart a free 30-day trial

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 EventArgs.Empty

Constructors

C#
public ScrollNeedsEventArgs(bool oldHorizontalScrollNeed, bool newHorizontalScrollNeed, bool oldVerticalScrollNeed, bool newVerticalScrollNeed)
Parameters:oldHorizontalScrollNeedboolnewHorizontalScrollNeedboololdVerticalScrollNeedboolnewVerticalScrollNeedbool

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; }