You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When adding paddingLeft to the HListView, the blue overscroll glow at the right end of the list will be shifted up.
Adding paddingRight will cause the right end glow to be shifted up the same way, but less.
The left side glow is never affected by this.
Using your demo project, here is an example with leftPadding:
There is probably an issue related to the way the standard ListView handles overscroll (uses left and right padding to display glow only within the padding bounds).
Thanks
The text was updated successfully, but these errors were encountered:
When adding paddingLeft to the HListView, the blue overscroll glow at the right end of the list will be shifted up.
Adding paddingRight will cause the right end glow to be shifted up the same way, but less.
The left side glow is never affected by this.
Using your demo project, here is an example with leftPadding:
Another example using right padding
There is probably an issue related to the way the standard ListView handles overscroll (uses left and right padding to display glow only within the padding bounds).
Thanks
The text was updated successfully, but these errors were encountered: