You’re viewing documentation for an outdated product. The Graphics Mill Web Controls library has been removed from Graphics Mill and is now part of the Customers Canvas product line, where it is available as a set of APIs for Design Atoms and as Design Editor.

ScrollBarsStyle Enumeration

Specifies values which specify when to display scroll bars at the control.

Namespace: GraphicsMill
Assembly: Aurigma.GraphicsMill.AjaxControls (in Aurigma.GraphicsMill.AjaxControls.dll)

Syntax

Java Script
GraphicsMill.ScrollBarsStyle = function();
GraphicsMill.ScrollBarsStyle.createEnum('GraphicsMill.ScrollBarsStyle', false);

Members

Member name Description
always

Scroll bars are always displayed regardless of the control content dimensions. If control content is too small, scroll bars are disabled.

auto

Scroll bars are displayed when control content is too large to fit the control client area. When content is too small, scroll bars are hidden.

See Also

Reference