awesome-inc / FontAwesome.Sharp

A library for using Font Awesome in WPF & Windows Forms applications
Apache License 2.0
384 stars 89 forks source link

Want to Create an Application showing Images #53

Closed LukB4ULeap closed 3 years ago

LukB4ULeap commented 3 years ago

I am trying to Create a WindowsForm Core Application that shows all the Images with Name in the form and keep it as Reference because dropdown calls for a lengthy search. Can I get some help? When you Open my Application you will have an Alphabet Selector based on this I want to show PictureBoxes with the Image(IconChar) and a Label below that has its name use this as a quick reference while using your Framework.

mkoertgen commented 3 years ago

Hi @LukB4ULeap ,

thanks for reaching out. Try the autocomplete mode of the standard winforms textbox. You should be able to just add all enumvalues to the source collection, cf.: