NestedScrollMode

嵌套滑动模式:在进行下拉刷新或上拉加载时,Header和Footer都可以设置相应的NestedScrollMode, 不同的模式会决定Header和Footer与内容进行的联动效果有所不同。

Author

Jenly

Follow me

Entries

Link copied to clipboard

平移; 即:Header或 Footer与内容一起滚动

Link copied to clipboard

固定内容;即:内容固定,Header或 Footer进行滚动

Link copied to clipboard

固定在背后;即:Header或 Footer固定,仅内容滚动

Link copied to clipboard

固定在前面;即:Header或 Footer和内容都固定,仅改变状态

Properties

Link copied to clipboard

Returns a representation of an immutable list of all enum entries, in the order they're declared.

Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Link copied to clipboard

Returns an array containing the constants of this enum type, in the order they're declared.