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

Gets or sets the value of the vertical scroll bar.

Syntax

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

Property Value

Integer

Remarks

This property value is of type Integer, indicating the position of the vertical scroll bar.

Requirements

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

See Also