-
Notifications
You must be signed in to change notification settings - Fork 137
AlwaysVisibleControl
AlwaysVisibleControlExtender (demo)
An extender used to add constant visibility to an ASP.NET control. The control that is extended then always moves to a fixed position in the page regardless of how the body is resized or scrolled.
Name | Description |
---|---|
HorizontalOffset | A distance to the horizontal edge of the browser in pixels from the same side of the target control. The default is 0. |
HorizontalSide | A horizontal side of the browser to anchor the control against. The default is the Left. |
ScrollEffectDuration | Length of the scrolling effectn seconds when the target control is repositioned. The default is \1. |
UseAnimation | Whether or not to animate the element's transposition. The default is false. |
VerticalOffset | A distance to the vertical edge of the browser in pixels from the same side of the target control. The default is 0. |
VerticalSide | A vertical side of the browser to anchor the control against. The default is the Top. |
Name | Description |
---|---|
EnsureValid() | Validates offsets. |
Name | Description |
---|---|
horizontalOffset | A distance to the horizontal edge of the browser in pixels from the same side of the target control. The default is 0 pixels. |
horizontalSide | A horizontal side of the browser to anchor the control against. The default is the Left side. |
scrollEffectDuration | Length of the scrolling effectn seconds when the target control is repositioned. The default is 1 |
useAnimation | Whether or not to animate the element's transposition. (note: this value should always be true in IE6). |
verticalOffset | A distance to the vertical edge of the browser in pixels from the same side of the target control. The default is 0 pixels. |
verticalSide | A vertical side of the browser to anchor the control against. The default is the Top side. |
Name | Description |
---|---|
repositioned | Fires after control reposition |
repositioning | Fires before control reposition |
A distance to the horizontal edge of the browser in pixels from the same side of the target control. The default is 0 pixels.
Getter name: get_horizontalOffset()
Setter name: set_horizontalOffset(value)
A horizontal side of the browser to anchor the control against. The default is the Left side.
Getter name: get_horizontalSide()
Setter name: set_horizontalSide(value)
A distance to the vertical edge of the browser in pixels from the same side of the target control. The default is 0 pixels.
Getter name: get_verticalOffset()
Setter name: set_verticalOffset(value)
A vertical side of the browser to anchor the control against. The default is the Top side.
Getter name: get_verticalSide()
Setter name: set_verticalSide(value)
Length of the scrolling effectn seconds when the target control is repositioned. The default is 1
Getter name: get_scrollEffectDuration()
Setter name: set_scrollEffectDuration(value)
Whether or not to animate the element's transposition. (note: this value should always be true in IE6).
Getter name: get_useAnimation()
Setter name: set_useAnimation(value)
Validates offsets.
Fires before control reposition
Add event handler method: add_repositioning(handler)
Remove event handler method: remove_repositioning(handler)
Raise event method: raise_repositioning()
Fires after control reposition
Add event handler method: add_repositioned(handler)
Remove event handler method: remove_repositioned(handler)
Raise event method: raise_repositioned()
This content was moved from https://ajaxcontroltoolkit.codeplex.com/documentation to this Documentation wiki. This is now the authoritative location of the AJAX Control Toolkit documentation.
- Step-by-Step Installation Guide
- Upgrading from v7.x and below
- Uninstalling the AJAX Control Toolkit
- Troubleshooting Installer Issues
- Updating the Project from CI Builds
- How to Use Bundling and CDN
- Creating a Custom Localization
- Creating a Custom Control
- Design Standards
Controls:
- Accordion
- AjaxFileUpload
- AreaChart
- AsyncFileUpload
- BarChart
- BubbleChart
- ComboBox
- Editor (deprecated)
- Gravatar
- LineChart
- NoBot
- PieChart
- Rating
- ReorderList
- Seadragon
- TabContainer
- TabPanel
Extenders:
- AlwaysVisibleControl
- Animation
- AutoComplete
- BalloonPopup
- Calendar
- CascadingDropDown
- CollapsiblePanel
- ColorPicker
- ConfirmButton
- DragPanel
- DropDown
- DropShadow
- DynamicPopulate
- FilteredTextBox
- HoverMenu
- HtmlEditor
- ListSearch
- MaskedEdit
- MaskedEditValidator
- ModalPopup
- MultiHandleSlider
- MutuallyExclusiveCheckBox
- NumericUpDown
- PagingBulletedList
- PasswordStrength
- PopupControl
- ResizableControl
- RoundedCorners
- Slider
- SlideShow
- TextBoxWatermark
- ToggleButton
- UpdatePanelAnimation
- ValidatorCallout