Listview container size

Hi. I create a listview with the size of it’s background sprite.

this->m_pListView->setBackGroundImage("res/ScoreScene/bg_siralama_dis.png");
this->m_pListView->setContentSize(Size(this->m_pListView->getBackGroundImageTextureSize().width,
                                    this->m_pListView->getBackGroundImageTextureSize().height));

But i basically want the listview container size shorter in height. So it’s virtual height must be the height of the background sprite but the inner height is a defined shorter one. By inner height, i mean the hight of the listview items can be scrolled. Can i achieve it?