dbicDayView Send comments on this topic.
HorzScrollValue Property
See Also 
dbicDayView Assembly > Dbi.WinControl.DayView Namespace > dbiDayView Class : HorzScrollValue Property

Gets or sets the value of the horizontal scroll bar.

Syntax

Visual Basic (Declaration) 
Public Overridable Property HorzScrollValue As Integer
C# 
public virtual int HorzScrollValue {get; set;}

Remarks

HorzScrollValue should not be set in the Form Load event.  The control needs to be fully drawn before this property will be effective.  This property should be set in the FirstDraw event at the earliest, which fires once the control is fully drawn.

Requirements

Target Platforms: Current Windows operating system with .NET 8.

See Also