Hello, I have a simple form with a TTMSFMXTableView ( TableView1 ) and a TButton ( ButtonAddItem ), the TableView is filled in the OnCreate event of the form. After the form is shown, if I press the ButtonAddItem, a item is added to the TableView, but this item is not shown in the tableview. If I set the TableView BufferSize to 0 the application works, but if I leave it to its default value of 50, It does not work. For reproduce the bug, It is necesary to have the SelectedItemIndex to 0 for example.
I am using the lastest version of FMX UI Pack, 3.7.5.7 and Delphi 10.2 update 3.
I have attached to this topic the source code to reproduce the problem.
tmsfmxuitableview.zip (60.1 KB)
Thank you.