Unplanned
Last Updated: 26 May 2021 20:46 by ADMIN
Created by: Goran
Comments: 0
Category: Rotator
Type: Feature Request
1
Hi, 

As the rotator works today, it does not only move contents according to the ScrollDirection property. It also sorts records according to ScrollDirection. Example: if i populate the rotator with records from a database with an SQL statement like "SELECT * FROM mytable ORDER BY DateSubmitted ASC", and then set ScrollDirection to "Down", the rotator starts sorting records in descending order, even though the SQL statement spcifically says to sort ascending. This is stupid in my opinion. The ScrollDirection property should do only precisely what it´s name suggests: move rotator contents in the direction set in the ScrollDirection property. The data source should decide in which order records are sorted. 

If I should change ScrollDirection for some reason, I will have to change the SQL statement to make records sort in the order I want them to as things are now. If I populate the rotator from code-behind, this means I will have also have to recompile the application instead of just changing the ScrollDirection property.
Unplanned
Last Updated: 03 Nov 2020 11:19 by ADMIN
At present only Coverflow and Carousel modes are animated. This method should animate all rotator modes.
Unplanned
Last Updated: 05 Dec 2013 16:32 by moegal
Created by: moegal
Comments: 0
Category: Rotator
Type: Feature Request
3
drag with easing and inertia.  It would be nice if you could drag and throw the items and they would speed up or slow down based on the strength of the throw.