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

Gets or sets the minimum size of the auto-scroll.

Syntax

Visual Basic (Declaration) 
Public Property AutoScrollMinSize As Size
C# 
public Size AutoScrollMinSize {get; set;}

Property Value

A System.Drawing.Size that determines the minimum size of the virtual area through which the user can scroll.

Requirements

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

See Also