You could try to save the current selection of the player, add the new entry, add an additional entry, select the last one, remove it and reselect the previously saved entry.
To change the scroll bar image you have to script your UI through XML files directly, I guess. In "StandardTemplates.SC2Layout" you'll find a list box template. Change its scroll bar. You may ask for further details if you are new to those XML files ;)
rtschutter Regular ShmoeIs there a way to make a list box automatically scroll to the bottom when a new item is added? I have tried automatically selecting the newest entry for all players, but that just scrolls it down to the second newest entry instead of the newest one (how does this making any friggin sense?)
I also want to change the scroll bar image of the list box.
I would appreciate any help.