[CLOSED] CustomWallpaper, random view

Answered Closed
0
0

Hi,

I’d like to have CustomWallpaper control to display the images random, instead of the order that the images were inserted/created.
How would this be possible?
If not, would it be possible to add this option to the control?

Thanks in advanced,

  • You must to post comments
Best Answer
0
0

The  extension project is provided with the source code in github, see the call GetImageList() https://github.com/iceteagroup/wisej-extensions/blob/2.1/Wisej.Web.Ext.CustomWallpaper/CustomWallpaper.cs

You can randomize the list in there or apply any other rule that works for your app. You can also fork the project and provide a pull request and we can merge your changes back in.

  • You must to post comments
Showing 1 result