Feature - TableView Bounces Configurations #54

Closed
opened 2025-10-14 15:57:39 -06:00 by navan · 0 comments
Owner

Originally created by @lifely on 11/17/2020

Working w/ this and I found that I wish the Items tableView had it's bounces disabled.
It seemed this behaviour was defaults until the following commit:

2b4bbac4c1

Which simply re-enabled them, Without taking in consideration any user configuration.
I've simply added a configuration attribute into ItemsView definition.

ItemsView.Bounces is an OptionSet allowing to request vertical / horizontal or both configuration.

I've setup the defaults to [.vertical] which mimic the behaviour set currently.

*Originally created by @lifely on 11/17/2020* Working w/ this and I found that I wish the `Items` tableView had it's `bounces` disabled. It seemed this behaviour was defaults until the following commit: >https://github.com/SvenTiigi/WhatsNewKit/commit/2b4bbac4c176aa7cd607a6646165b0c02a5ec3fd Which simply re-enabled them, Without taking in consideration any user configuration. I've simply added a configuration attribute into `ItemsView` definition. `ItemsView.Bounces` is an OptionSet allowing to request `vertical` / `horizontal` or both configuration. I've setup the `defaults` to `[.vertical]` which mimic the behaviour set currently.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: github/WhatsNewKit#54
No description provided.