TableView bug when setting bounceable to FALSE

Hello

I want to use the table view without the bounce feature. The problem is that when I do this:
m_TableView->setBounceable(false);
the position of the table view is wrong and also the content size is wrong.
I can see the entire cell width.

Does anyone else had this issue ?

Hey, did you test TestCpp/ExtensionsTest/TableViewTest, and disable bounce feature for the two tableview?
I tested it , and it works ok.

Hello and thanks for your fast reply.

I know that you can disable the bounce feature, but the table looks strange ( it changes the way the cells are displayed ). The cells are no longer displayed to their entire width. It also changes the position of the table.

I didn’t find the strange behavior. Could you upload an image about that?

Adi Fly wrote:

Hello and thanks for your fast reply.
>
I know that you can disable the bounce feature, but the table looks strange ( it changes the way the cells are displayed ). The cells are no longer displayed to their entire width. It also changes the position of the table.