Instynct 1 Posted June 27, 2013 Is it possible to use structured text in a list box text? I want to right align some text in a list box Once again I can't find anything in this poorly documented engine. Share this post Link to post Share on other sites
bad benson 1732 Posted June 27, 2013 change the style property inside the listbox class. one of them will align the text ong the right side. class RscListBox { style = 0; }; Share this post Link to post Share on other sites