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.
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
Please login first to submit.