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:
Thanks for any help in advance and all the people who created this awesome Library :)
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:
Thanks for any help in advance and all the people who created this awesome Library :)