Code: Select all
m_iID_BG = env->addListBox(core::rect<s32>(0, 0, size.Width, 320-150));
m_iID_BG->setDrawBackground(true);
m_iID_BG->setAutoScrollEnabled(true);
m_iID_BG->setVisible(m_bActive);Code: Select all
m_iID_BG->addItem( text );I've tried milion ways but i cant solve my problem.
Here's what i see:
And here's what should i see:
I hope that someone will help me with this problem.