There is one work around however, but it is not the most elegant, use an activeX based listbox, I have a forms2.0 Listbox from microsoft that is robust than the one from NI. Here you can change the font of the listbox as well as many other members. Using activeX will cost you ease of programming and portability of the code and can make it slightly more difficult to distribute, so factor this in when doing the cost-benefit analysis of using this approach. If this is a must have feature (probably is not) you can play around with the active MS Listbox control. In labview 7.0+ you can now do activeX event callbacks so event handling still can be accomplished.
-Paul