There is a little space for it on the left side of the listbox, but no scrollbar.
I don't understand where it can coming from
I paste the code I :
Code: Select all
m_pGui->addListBox( core::rect<s32>( 0, 100, 0, 60 ), 0, 3, true);
Code: Select all
m_pGui->addListBox( core::rect<s32>( 0, 100, 0, 60 ), 0, 3, true);
Code: Select all
guienv->addListBox( core::rect<s32>( 10, 100, 100, 160 ), 0, 3, true);