chronicsilence 13 Posted February 19, 2016 If you create a listbox control (type 5), it looks something like this right: I'm looking for a way to set it so that the list items have backgrounds. Note, I'm not trying to set a background color for the entire control like you could do with the colorBackground attribute, but just for each list item. So it would look something like this, from the inventory screen (which uses listbox controls): Any ideas how to do this? I've been reading through the DialogControls-ListBoxes page and I can't see a way to do it, but it looks like it must be possible. Share this post Link to post Share on other sites
MrCopyright 107 Posted August 1, 2018 In the configs, the default inventory ListBox uses the itemBackground[] and itemSpacing properties. However, when the ListBox is populated with the lbAdd command, it doesn't utilise those properties. This leads me to believe that Bohemia do not use a publicly available command to create their inventory menu. 1 Share this post Link to post Share on other sites
HazJ 1289 Posted August 2, 2018 I don't think this is possible using RscListBox. You can create your own custom UI using RscControlsGroup though and add a scrollbar. Share this post Link to post Share on other sites