Specifies whether a Floater control scrolls along with the page.
[Visual Basic]
Public Enum FloaterScrollMode
[C#]
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. |
Requirements
Namespace:
EO.Web
Assembly: EO.Web (in EO.Web.dll)
See Also
EO.Web Namespace