Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(cdk/scrolling): support multiple items per row #29453

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

reboot25
Copy link

Add virtual scroll support to multiple columns per row. The viewport will list items with flex-wrap styles, and the width of each item has two types of values: fixed pixel and percentage. For example, {width: 200, height: 50} and {width: '25%', height: 50}.

Fixes #10114

Add virtual scroll support to multiple columns per row. The viewport will list items with flex-wrap styles, and the width of each item has two types of values: fixed pixel and percentage. For example, {width: 200, height: 50} and {width: '25%', height: 50}.

Fixes angular#10114
@reboot25 reboot25 requested a review from a team as a code owner July 18, 2024 09:09
@reboot25 reboot25 requested review from crisbeto and amysorto and removed request for a team July 18, 2024 09:09
@crisbeto crisbeto requested a review from mmalerba July 18, 2024 09:11
@reboot25
Copy link
Author

reboot25 commented Jul 18, 2024

@crisbeto
Copy link
Member

You have to run yarn approve-api cdk/scrolling and commit the changed file.

@reboot25
Copy link
Author

You have to run yarn approve-api cdk/scrolling and commit the changed file.

Thanks, I have updated the file

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

virtual-scroll: support multiple items per row
2 participants