Tableview items after showing detail view

Hello

 
When returning from viewing a panel set as one of the tableview's detail view, the items on the tableview only show the first 9 of 20 items. The items scroll from item 0 through to 20 until I select a detail view arrow and return. I guess a refresh is required somewhere but where?
Thank you
 

Can someone please try this?

Place a tableview on an ios form, leave the 20 items already created by default as is.
Add a tpanel and set it to be one of the item's detail view.
Run it.
Select the item with the detail view and press the Back button to return to the tableview.
Does your tableview now only scroll to the first 8 or 9 items and the smoothness is gone?
How does one fix this?
 
Thanks
 
 

Have the same problem to

No problem, thanks. TMS say this will be fixed sometime soon, I hope.

Cheers
 
TMS have the solution for this now. Put tmsfmxtableview1.UpdateStyle; in your table's:  OnItemAfterReturnDetail  event in the object inspector.

This will be fixed in the next release, so until then the workaround as described above, in the next release, the UpdateStyle call will be unnecessary
Pieter Scheldeman2012-08-07 09:34:13