Table of Contents
FloaterScrollMode Enumeration

Specifies whether a Floater control scrolls along with the page.

Namespace: EO.Web
Assembly: EO.Web (in EO.Web.dll)

Syntax
 public enum FloaterScrollMode
Members
Member Name Description
None The floater's position is fixed according to anchor settings.
X The floater's position is fixed vertically, but scrolls along with the page horizontally. The floater always tries to stay within the visible area.
Y The floater's position is fixed horizontally, but scrolls along with the page vertically. The floater always tries to stay within the visible area.
See Also