roubachof / Sharpnado.CollectionView

A performant list view supporting: grid, horizontal and vertical layout, drag and drop, and reveal animations.
The Unlicense
245 stars 30 forks source link

HorizontalList automatically scrolls to beginning when User taps on control that takes Input and has HorizontalTextAlignment #39

Closed meierhoeferjannis closed 3 years ago

meierhoeferjannis commented 3 years ago

Hi, im currently having the problem that the HorizontaList automatically scrolls to the beginning when a User taps on a Control that takes input from the user ( e.g. Entry or Picker). The Cursor stays in the Control the User tapped but the List now displays the first item. This behaviour only occurs when the HorizontalTextAlignment Property is set on the Control the User taps and the List's layout is linear or Carousel. When HorizontalTextAlignment is not set, the HorizontalList just works fine with linear and Carousel layout. I already tried the CarouselView instead of the HorizontalList but the same behaviour occured when the HorizontalTextAlignment property was set. Xamarin Forms Version: 5.0.0.2012 Sharpnado.Forms.HorizontalListView Version: 1.8.2

Im wondering if i am just missing something or maybe something with the implementation of the HorizontalTextAlignment Property is wrong. Short example of how im using the HorizontalList: grafik

Thanks for any help in advance and all the people who created this awesome Library :)

roubachof commented 3 years ago

duplicate of #10. Please copy this text in the comment section of #10.