Completed
Last Updated: 11 Oct 2019 09:59 by ADMIN
When SlideView contains ContentViews, it does not always update SelectedIndex (or visible item) after swiping on iOS
Completed
Last Updated: 02 Aug 2019 14:17 by ADMIN
Release R2 2019 SP2
Completed
Last Updated: 31 Jan 2019 15:40 by ADMIN
The second item is visible, but the index does not seems updated, after the second swipe again the second item is visible, but now the index is updated and the next swipe leads to the third item.
Completed
Last Updated: 26 Feb 2018 09:49 by ADMIN
ADMIN
Created by: Nikolay Demirev
Comments: 0
Category: SlideView
Type: Feature Request
2
The only way to customize the SlideView indicators is to predefine the SlideView ControlTemplate.

Available in the R1 2018 release. 
Completed
Last Updated: 21 Aug 2018 11:34 by Valentin
ADMIN
Created by: Lance | Senior Manager Technical Support
Comments: 5
Category: SlideView
Type: Bug Report
2
Refer to the attached reproducible,

The DataTemplateSelector should be returning RedTemplate and BlueTemplate every other item. However, the SlideView is not making calls to the selector and incidentally reuses the wrong template for multiple items in a row,

Available in minor release 2018.2.821. It will also be available in the R3 2018 release.
Completed
Last Updated: 09 Nov 2018 13:42 by ADMIN
Switching the views is executed by setting SelectedIndex property of the SlideView.

Available in minor release 2018.3.1109. It will also be available in the R1 2019 release.
Completed
Last Updated: 02 Aug 2019 14:18 by ADMIN
Release R2 2019 SP2
SelectedIndex does not stay in sync when removing items from ObservableCollection bound as ItemsSource.  When deleting Index 2, SelectedIndex correctly moves to 1, but Slideview moves to index 0
Unplanned
Last Updated: 20 Nov 2019 14:43 by Yana
If IsSwipingEnabled is set to true and data is  dynamically added to SlideView control when the user swipes through the items, the content is not displayed and the control becomes non-responsive.  The same approach works properly if the user uses the slide buttons to navigate between the items.
Declined
Last Updated: 01 Mar 2018 12:03 by ADMIN
ADMIN
Created by: Lance | Senior Manager Technical Support
Comments: 2
Category: SlideView
Type: Feature Request
1
Expose a property to set the SlideView Indicator diameter/size, just like you can already do for the SlideView buttons.
Completed
Last Updated: 15 Mar 2018 14:27 by ADMIN
ADMIN
Created by: Stefan Nenchev
Comments: 2
Category: SlideView
Type: Bug Report
1
Available in minor release 2018.1.0315. It will also be available in the R2 2018 release.
Completed
Last Updated: 05 Jul 2018 11:41 by ADMIN
ADMIN
Created by: Pavel R. Pavlov
Comments: 2
Category: SlideView
Type: Bug Report
1
When the SlideView is bound to a collection containing 1000 items it takes long time (15 seconds) to visualize the control.

Available in the R2 2018 release.
Completed
Last Updated: 21 Jun 2018 13:34 by ADMIN
ADMIN
Created by: Stefan Nenchev
Comments: 0
Category: SlideView
Type: Feature Request
1
Available in the 2018 R2 SP release.
Unplanned
Last Updated: 24 May 2019 09:02 by ADMIN
SlideView item does not update after navigation between pages
Completed
Last Updated: 19 Sep 2019 14:24 by ADMIN

Hi!

We are using your component SlideView on Main Page of our app. Unfortunately when we upgraded Xamarin Forms to 4.0 version we are facing exception - System.NotSupportedException: Unable to activate instance of type Telerik.XamarinForms.PrimitivesRenderer.Android.SlideViewRenderer from native handle 0x75 (key_handle 0x60775bd). ---> System.MissingMethodException: No constructor found for Telerik.XamarinForms.PrimitivesRenderer.Android.SlideViewRenderer::.ctor(System.IntPtr, Android.Runtime.JniHandleOwnership) ---> Java.Interop.JavaLocationException: Exception of type 'Java.Interop.JavaLocationException' was thrown.

 

Steps to reproduce:

1) Open app with SlideView and BottomNavigationBar

2) Navigate to any another tab

3) Back to main page tab

4) App is crashing with this exception.

 

It could be important information to reproduce this but it doesn't happend on every tab. We have five tabs in app (Main Page and 4 additional) and it crashes only on navigation between main page and last tab.

I guess that could happend when SlideView disposes or reloads.

Unplanned
Last Updated: 05 Nov 2019 14:32 by Werner
Add possibility to tap the indicators to change the views. it's a common reflex touching it to change pages.
Completed
Last Updated: 22 Oct 2020 15:30 by ADMIN
Release R3 2020 SP1

I have a SlideView with IsInfiniteScrollingEnabled property bound initially to false. As expected the swipe gesture and side button are locked to navigate from first to last slide.

but if I set the property to true and then back to false, the swipe event unexpectedly allows me to swipe from first to last slide. Also, the indicator remains in the first slide position even when the slide content is obviously the last one.

If I use the side button instead of the swipe gesture the behavior is as expected.


Unplanned
Last Updated: 11 Nov 2020 10:52 by ADMIN
Created by: Rodney
Comments: 0
Category: SlideView
Type: Feature Request
1
Expose bindable SelectedItem property that can be used to bind the item currently selected to the ViewModel. Currently SelectedIndex can be used to achieve the scenario, still, SelectedItem would be a better solution.
Unplanned
Last Updated: 29 Mar 2018 11:54 by ADMIN
ADMIN
Created by: Nikolay Demirev
Comments: 0
Category: SlideView
Type: Feature Request
0
Currently, you can successfully add button or gesture recogniser only on UWP and iOS. On Android this approach causes the SlideView stop sliding.
Completed
Last Updated: 14 Dec 2017 13:32 by ADMIN
In a scenario where you would like to cancel the sliding to a specific index, you should use the SlidingToIndex event and cancel it. However, this action results in freezing the control.

Available in minor release 2017.3.1214. It will also be available in the R1 2018 release.
Unplanned
Last Updated: 23 Nov 2017 11:21 by ADMIN
ADMIN
Created by: Nikolay Demirev
Comments: 0
Category: SlideView
Type: Feature Request
0
Can be used to change the selected view, by tapping on an indicator
1 2