Thanks for your love. These kind comments keep me motivated, letting me know these mods are worth my time. :-)
Yes, I am interested to add the horizontal scroll-bar. I do not use a lot of mods, so I am not aware of it.
I am relatively new to Factorio GUI programming, so if you can tell me what functions/properties I need to call, that would certainly be very helpful.
Some fine details:
1/ I wanted the scroll bar to exist only past a certain threshold. (Thus, the "softcore" players like me with only 4 types of spawners do not see the scroll bar at all.) So only the more "hardcore" players with many modded spawners would have to use the "width option". I am not sure how these could work together, before I really try implementing the code. Perhaps you will have a better idea.
2/ What are the mods you are using for such many types of spawners? (Where many of them seems the same to each other...)
3/ I have just an idea popped in my mind: adding a new option field for filtering on spawner name, which I have similarly done a lot in Schall Recipe Scaling allowing Lua pattern matching. So I can exclude spawner types generated by, for example, Creative Mod. (CM created a clone of every existing spawner, so making "redundant" entries like in your screenshot.) Not sure if it could be useful to your case.