Click or drag to resize

ContainerScrollMode Enumeration

Represents scroll mode.

Namespace:  Dynamicweb.Controls
Assembly:  Dynamicweb.Controls (in Dynamicweb.Controls.dll) Version: 4.2.3
Syntax
public enum ContainerScrollMode
Members
  Member nameValueDescription
VerticalOnly1 Only vertical scroll bars are allowed.
HorizontalOnly2 Only horizontal scroll bars are allowed.
Auto3 Both vertical and horizontal scroll bars are allowed.
Hidden4 Do not show the scroll bars.
Remarks