Piccolo.NET

ScrollBarPolicy Enumeration

This enumeration is used by the PScrollableControl class. It represents the various policies that guide when a scrollbar should be displayed.

public enum ScrollBarPolicy

Members

Member NameDescription
Always The scrollbar should always be displayed.
Never The scrollbar should never be displayed.
AsNeeded The scrollbar should only be displayed when needed.

Requirements

Namespace: UMD.HCIL.PiccoloX.Components

Assembly: UMD.HCIL.PiccoloX (in UMD.HCIL.PiccoloX.dll)

See Also

UMD.HCIL.PiccoloX.Components Namespace