Icon Pack Images

0
0

Hi,

Is it possible to iterate through all images of the icon packs?

I use the Bootstrap and Modern UI icons in my app and Im looking at giving the user the ability to select these icons themselves.

I do a similar thing with images i’m embedded as project resources.

So essentially creating a Window similar to the Visual Studio Designer window where you can select the Icons pack, all the images are displayed in a control and the user can select which one they want to use.

Then hopefully if the above is possible, I can save the filename in the database and then load it appropriate when required.

Thanks,

Brayden.

  • You must to post comments
0
0

This is possible and in fact you can see an example of this in the demobrowser here: https://wisej-demobrowser.azurewebsites.net/#Icon%20Packs/Bootstrap/Features

The source code for the entire demobrowser is here: https://github.com/iceteagroup/wisej-demobrowser

The source code for displaying the icons in the demobrowser is here: https://github.com/iceteagroup/wisej-demobrowser/blob/main/Demos/IconPacks/Wisej.DemoBrowser.BootstrapIcons/Features.cs

  • You must to post comments
Showing 1 result
Your Answer

Please first to submit.