Provide a general summary of the issue here
In Virtualizer's docs, the GridLayout.minSpace option is described as "The minimum space required between items.".
Due to the use of the word between, also used in the description of the ListLayout.gap option, I believe it is understood that this option would function like a CSS's grid layout (minimum) gap. But what happens is that this space is distributed between the inner and outer margins of the grid.
🤔 Expected Behavior?
The GridLayout.minSpace option apply only inner gaps between the grid items.
😯 Current Behavior
The GridLayout.minSpace option is distributing its Size between inner and outer gaps.
💁 Possible Solution
I don't know if this behavior was intentional, but would be really helpful to allow an option to apply only inner gaps on the grid, mimicking the CSS grid layout behavior.
🔦 Context
No response
🖥️ Steps to Reproduce
https://codesandbox.io/p/devbox/58q8x8?migrateFrom=9mk59p
Version
RAC 1.16.0
What browsers are you seeing the problem on?
Chrome
If other, please specify.
No response
What operating system are you using?
Windows 11
🧢 Your Company/Team
No response
🕷 Tracking Issue
No response
Provide a general summary of the issue here
In Virtualizer's docs, the
GridLayout.minSpaceoption is described as "The minimum space required between items.".Due to the use of the word between, also used in the description of the
ListLayout.gapoption, I believe it is understood that this option would function like a CSS's grid layout (minimum) gap. But what happens is that this space is distributed between the inner and outer margins of the grid.🤔 Expected Behavior?
The
GridLayout.minSpaceoption apply only inner gaps between the grid items.😯 Current Behavior
The
GridLayout.minSpaceoption is distributing its Size between inner and outer gaps.💁 Possible Solution
I don't know if this behavior was intentional, but would be really helpful to allow an option to apply only inner gaps on the grid, mimicking the CSS grid layout behavior.
🔦 Context
No response
🖥️ Steps to Reproduce
https://codesandbox.io/p/devbox/58q8x8?migrateFrom=9mk59p
Version
RAC 1.16.0
What browsers are you seeing the problem on?
Chrome
If other, please specify.
No response
What operating system are you using?
Windows 11
🧢 Your Company/Team
No response
🕷 Tracking Issue
No response