Ok, well, the width works just fine now. I'm still wondering if there is a better way to handle the vertical scroll bar.

Right now, to get it to go to the bottom any time I enter something into the combo box, I have to select that line with the /did -c command. The result of that is the line is highlighted and the edit box on the combo box is filled with the text that was highlighted. This could mess up what one person is in the middle of typing, when the next person says something and it highlights what was said.

I just want the scroll bar to always be at the bottom unless the user manually scrolls (just like you see in a channel window). Is there a better way to do this? I'd like to be able to just do something like /scroll $dname ID -1 or something and have it scroll to the bottom without highlighting (selecting) anything.