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: 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.
Unplanned
Last Updated: 25 Jul 2019 08:33 by ADMIN

Request

Android follows a "bottom-up" approach to gesture/touch handling. It would be nice if the RadSlideView would allow any swipe gesture that it cannot handle itself to propagate upwards so that another view can have a chance to handle it.

Example

Given the following XAML:

<ParentView>
        <ParentView.GestureRecognizers>
            <SwipeGestureRecognizer Direction="Left"
                                    Command="{Binding ForwardCommand}" />
            <SwipeGestureRecognizer Direction="Right"
                                    Command="{Binding BackwardCommand}" />
        </ParentView.GestureRecognizers>

        <RadSlideView />
</ParentView>

Expectation:

  • When the user is at the beginning of the items in the RadSlideView and swipes right, then the BackwardCommand should execute. (The RadSlideView should detect that it is at the beginning of its item source and allow the right swipe gesture to propagate upwards to the ParentView.)
  • When the user is at the end of the items in the RadSlideView and swipes left, then the ForwardCommand should execute. (The RadSlideView should detect that it is at the end of its item source and allow the left swipe gesture to propagate upwards to the ParentView.)
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: 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.
Unplanned
Last Updated: 21 Mar 2018 15:19 by ADMIN
ADMIN
Created by: Stefan Nenchev
Comments: 0
Category: SlideView
Type: Feature Request
0

			
Declined
Last Updated: 01 Mar 2018 12:03 by ADMIN
ADMIN
Created by: Lance | 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: 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. 
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