Table of Contents
  • Getting Started
  • EO.Pdf
  • EO.Web
    • Overview
    • Installation & Deployement
    • EO.Web ToolTip
    • EO.Web Rating
    • EO.Web Slider & RangeSlider
    • EO.Web ListBox
    • EO.Web ComboBox
    • EO.Web Captcha
    • EO.Web ASPX To PDF
    • EO.Web Slide
    • EO.Web Flyout
    • EO.Web EditableLabel
    • EO.Web ImageZoom
    • EO.Web Floater
    • EO.Web Downloader
    • EO.Web ColorPicker
    • EO.Web HTML Editor
    • EO.Web File Explorer
    • EO.Web SpellChecker
    • EO.Web Grid
    • EO.Web MaskedEdit
    • EO.Web Splitter
    • EO.Web Menu
    • EO.Web Slide Menu
    • EO.Web TabStrip
    • EO.Web TreeView
    • EO.Web Calendar
    • EO.Web Callback
    • EO.Web MultiPage
    • EO.Web Dialog
    • EO.Web AJAXUploader
    • EO.Web ProgressBar - Free!
    • EO.Web ToolBar - Free!
  • EO.WebBrowser
  • EO.Wpf
  • Common Topics
  • Reference
Advanced Features

Overview

This topic covers the following advance features:

Anchors

The Floater's initial position is determined by the anchor element. You would usually set the Floater's LeftAnchorID and TopAnchorID to align the left edge and top edge of the Floater to the left edge and top edge of the anchor element. However you can also use RightAnchorID or BottomAnchorID to align the floater to the right/bottom edge of a given element.

An offset between the edge of the anchor element and the corresponding edge of the floater can be specified by setting LeftAnchorOffset, TopAnchorOffset, RightAnchorOffset or BottomAnchorOffset.

You can also set any of the anchor ID property to special value <center>. That instructs the floater to align to the center of the browser window on that edge.

Scroll Mode

By default, the Floater's position is fixed both horizontally and vertically. You can override this behavior by setting the Floater's ScrollMode property.

For example, if you only want the Floater's position to be fixed horizontally, you can set ScrollMode to Y. This way when the page is scrolled vertically, the Floater scrolls along with the page. However when the page is scrolled horizontally, the Floater stays fixed.