Skip to content

CollectionView Scroll not working properly with ItemsLayout.ItemSpacing #31966

@markusroessler

Description

@markusroessler

Description

When using CollectionView with <LinearItemsLayout Orientation="Vertical" ItemSpacing="8" /> and start a vertical scroll the animation just randomly stops.

Steps to Reproduce

just a create a simple CollectionView with

<CollectionView.ItemsLayout>
      <LinearItemsLayout Orientation="Vertical" ItemSpacing="8" />
  </CollectionView.ItemsLayout> 

and try scrolling.

Link to public reproduction project repository

No response

Version with bug

9.0.110 SR11

Is this a regression from previous behavior?

Not sure, did not test other versions

Last version that worked well

Unknown/Other

Affected platforms

Android

Affected platform versions

Android 15

Did you find any workaround?

No response

Relevant log output

Metadata

Metadata

Assignees

Labels

s/needs-attentionIssue has more information and needs another lookt/bugSomething isn't working

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions