This is a migrated thread and some comments may be shown as answers.

Add JumpList grouping and group selection to SlideView

2 Answers 52 Views
SlideView
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Simon
Top achievements
Rank 1
Simon asked on 21 Jun 2012, 03:42 PM
SlideView presents an excellent viewer for sliding through images, however it would be great to also enable the JumpList Group Header and Group selection capabilities.

I've just added such a feature to my own implementation using the RadPicker but the overall experience in getting it to work wasn't great.

Can this feature be extended to the Slide View (or any other list inheriting from RadDataBoundListBox)

Alternatively if you have a suggestion how to make the JumpList behave like the slide view that would be great but it currently doesn't have an orientation feature (that I can see)

2 Answers, 1 is accepted

Sort by
0
Deyan
Telerik team
answered on 22 Jun 2012, 06:53 AM
Hi Simon,

Thanks for writing and for your feedback.

Indeed, enabling similar functionality in RadSlideView like in RadJumpList  sounds reasonable and we could consider it.

As for the orientation support in RadJumpList - it is already there. You can set it the following way:

<telerikPrimitives:RadJumpList x:Name="radJumpList">
    <telerikPrimitives:RadJumpList.VirtualizationStrategyDefinition>
         <telerikPrimitives:StackVirtualizationStrategyDefinition Orientation="Horizontal"/>
    </telerikPrimitives:RadJumpList.VirtualizationStrategyDefinition>
</telerikPrimitives:RadJumpList>

This will make RadJumpList order its visual items in horizontal manner. However, scrolling will be smooth and not per-item as in RadSlideView.

I hope this helps.

Regards,
Deyan
the Telerik team

Explore the entire Telerik portfolio by downloading the Ultimate Collection trial package. Get it now >>

0
Simon
Top achievements
Rank 1
answered on 22 Jun 2012, 08:19 AM
Thanks for letting me know about the JumpList orientation setting, but you are correct I am using the per-item docking feature of the Slide view (reason I chose that over others).

Will keep an eye out for the update in future releases
Tags
SlideView
Asked by
Simon
Top achievements
Rank 1
Answers by
Deyan
Telerik team
Simon
Top achievements
Rank 1
Share this question
or