ASPxClientUtils.SetAbsoluteY(element, y) Method
Sets the y-coordinate of the specified element’s top left corner relative to the client area of the window, excluding scroll bars.
Declaration
static SetAbsoluteY(
element: any,
y: number
): void
Parameters
Name | Type | Description |
---|---|---|
element | any | An object identifying the HTML element whose position should be defined. |
y | number | The required element’s y-coordinate, in pixels. |
Remarks
Use the SetAbsoluteY and ASPxClientUtils.SetAbsoluteX methods to specify the absolute position of a specific element’s top-left corner regardless of scrolling applied to the window’s client region. These are universal methods which can be used under all supported browsers.
See Also