logo

Affix

Examples

The simplest usage.

expand code expand code

Set a TargetId for Affix, which listen to scroll event of target element (default is window).

expand code expand code

Callback with affixed state.

expand code expand code

Affix API#

Property Description Type Default Value
OffsetBottom ParameterOffset from the bottom of the viewport (in pixels) Int32 --
OffsetTop ParameterOffset from the top of the viewport (in pixels) Int32 --
TargetSelector ParameterThe CSS selector that specifies the scrollable area DOM node String window
ChildContent ParameterAdditional Content RenderFragment --
OnChange ParameterCallback for when Affix state is changed. A boolean indicating if the Affix is currently affixed is passed. EventCallback<Boolean> --
Id ParameterID for the component's HTML String Uniquely Generated ID
Class ParameterSpecifies one or more class names for an DOM element. String --
Style ParameterSpecifies an inline style for a DOM element. String --
RefBack ParameterA ForwardRef instance. You can get a reference to the internal DOM by using AntDesign.ForwardRef.Current. ForwardRef --
ReuseTabs Breadcrumb
文档已更新,请点击 此处 更新。
A new version of this app is available. Click here to update.