dbicMonth Send comments on this topic.
AutoScroll Property
See Also 
dbicPIM Assembly > Dbi.PIM Namespace > dbiReminderDialog Class : AutoScroll Property

Gets or sets a value indicating whether the form enables autoscrolling.

Syntax

Visual Basic (Declaration) 
Public Overridable Property AutoScroll As Boolean
C# 
public virtual bool AutoScroll {get; set;}

Property Value

true to enable autoscrolling on the form; otherwise, false. The default is false.

Requirements

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

See Also