-
Updated
Jun 30, 2020 - Dart
#
sticky-headers
Here are 74 public repositories matching this topic...
android
dart
ios
chart
popup-window
dialog
provider
flutter
sliver
sticky-headers
amap
customview
rxdart
citypicker
dio
test-drive
flutter-widget
flutter-ui
flutter-app
rickhoutman
commented
Jul 1, 2019
When the scroll container has left and/or right padding the width of the floatThead-container is not calculated correctly and the table headers are positioned over the scrollbar which makes the top of the scrollbar not usable.
Steps to reproduce:
- Add a div with left and right padding around the table and add the floatthead plugin on the table with the div as the scrollContainer.
- Now try t
ConsecutiveScrollerLayout是Android下支持多个滑动布局(RecyclerView、WebView、ScrollView等)和普通控件(TextView、ImageView、LinearLayou、自定义View等)持续连贯滑动的容器,它使所有的子View像一个整体一样连续顺畅滑动。并且支持布局吸顶功能。
android
custom-view
sticky
android-ui
scrollview
sticky-headers
nestedscrolling
recyclerview-webview-scrollview
-
Updated
Jun 30, 2020 - Java
Fix and remove annoying web elements such as sticky headers, floating boxes, floating videos, dickbars, social share bars and other distracting elements.
filterlist
overlay
modal
google-chrome
social-buttons
ublock-origin
annoyances
mozilla-firefox
adguard
sticky-headers
sticky-sidebar
stickyheader
sticky-footer
floating-header
nano-adblocker
scrolling-videos
web-annoyances-ultralist
dickbars
dickbar
scrolling-headers
-
Updated
Jul 1, 2020
0 dependency JS plugin to leverage scroll direction with CSS ⬆ ⬇ 🔌 💉
-
Updated
Mar 26, 2020 - JavaScript
Flutter implementation of sticky headers for sliver
-
Updated
Jun 25, 2020 - Dart
Android Sticky Headers : now headers everywhere
-
Updated
Apr 5, 2018 - Java
skeleton
recyclerview
sticky-headers
itemdecoration
swiperefreshlayout
headerview
byrecyclerview
adapter-databinding
-
Updated
Jun 24, 2020 - Java
Sticky headers for UICollectionView written in pure Swift (based on CSStickyHeaderFlowLayout)
-
Updated
Apr 26, 2019 - Swift
Adapter for RecyclerView(only 21KB).RecyclerView万能适配器(仅21KB)
android
adapter
recyclerview
multi-select
recyclerview-adapter
headers
sections
endless-scroll
expandable
draggable
sticky-headers
viewholder
fastscroll
fastscroll-recyclerview
swipable
footers
-
Updated
Jan 12, 2019 - Java
A React component for efficiently rendering tree like structures with support for position: sticky
-
Updated
Jun 11, 2020 - JavaScript
Custom RecyclerView with additional functionality. Allow you add divider, itemSpace, emptyView, sticky header and some other features
android
library
recyclerview
header
expandablerecyclerview
swipe-menu
sticky-headers
footer
dividers
custom-recyclerview
-
Updated
Jun 17, 2020 - Java
Multi directional infinite list with Sticky headers for Flutter applications
infinite-scroll
sticky
flutter
infinite-lists
sticky-headers
stickyheader
flutter-package
multidirectionscroll
-
Updated
Jul 1, 2020 - Dart
Android最强RecyclerView库, 双向数据绑定/Kotlin/多类型/选择模式/拖拽侧滑/头脚布局/分组/悬停/分割线/均布间隔/下拉刷新/上拉加载/分页加载/预加载/预拉取/缺省页/防抖动
kotlin
checklist
listview
recyclerview
preload
pull-to-refresh
recyclerview-adapter
databinding
divider
refreshlayout
sticky-headers
swiperecyclerview
statelayout
multitype-adapter
smartrefreshlayout
brvah
multitype-recyclerview
kotlindsl
addheader
-
Updated
Jun 29, 2020 - Kotlin
仿滴滴打车开具发票页,ListView粘性Header
-
Updated
Jan 18, 2017 - Java
react listview with sticky section header
-
Updated
Jun 7, 2020 - JavaScript
sonicwong
commented
Dec 13, 2018
I think it is the best to add a line on how to import this module:
import { IonAffixModule} from 'ion-affix'
-
Updated
Oct 10, 2017 - Java
A simple lightweight sticky header ItemDecorator for RecyclerView
-
Updated
Dec 22, 2019 - Java
RecyclerView 悬浮吸顶 Header,支持阴影、点击事件与状态绑定
-
Updated
Sep 20, 2019 - Java
Smart select allows you to easily convert your usual form selects to dynamic pages with grouped radio or checkbox inputs.
radio
dart
select
widget
checkbox
dropdown
switch
choice
flutter
sticky-headers
multiple-choice
flutter-package
single-choice
-
Updated
May 12, 2020 - Dart
Angular 4 sticky, have header or any component sticky easy to use.
-
Updated
Apr 10, 2018 - JavaScript
A ListView Control to display the employee directory with their names and department grouped according to their names alphabetically. For this iOS by default provides sticky list header view inside the list view where as in android I have done custom rendering to display the sticky list view using “emilsjolander” library.
-
Updated
Nov 29, 2017 - C#
A jQuery plugin make the navbar sticky, smart anchor link highlighting, smooth scrolling. Simple and powerful.
-
Updated
Jun 12, 2020 - JavaScript
android sticky navigation layout
-
Updated
May 7, 2020 - Java
粘性头部与分组列表Sliver实现 Build a grouped list, which support expand/collapse section and sticky header, support use it with sliver widget.
builder
listview
sticky
group
sliver
pin
expandablelistview
sticky-headers
collapse-animation-support
-
Updated
May 18, 2020 - Dart
-
Updated
Dec 1, 2016 - Swift
Improve this page
Add a description, image, and links to the sticky-headers topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the sticky-headers topic, visit your repo's landing page and select "manage topics."
JavaDoc for addItem()/addItems() states that when passing a negative position it will be appended to the end. On
eu.davidea:flexible-adapter:5.1.0you got following annotation@IntRange(from = 0)which prevents passing negative positions