Skip to content

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 amysorto and crisbeto 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

@schreibse
Copy link

any update on this PR?

@mmalerba mmalerba removed their request for review February 20, 2025 02:29
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

3 participants