FMXListView Updating issue

Hi,


I am having an issue using the FMXListview and getting the control to update after setting column details. I do this programmatically and then the control fails to update to reflect the changes. I have tried using updatecolumns and paint but neither will render the changes on the control. The only thing that works so far is by clicking on the actual list portion (not title) of the control with a mouse click.

I notice this comes off the Delphi TGrid component and have seen post elsewhere that descendants of this component in Delphi are having similar issues. Is there a correct method for forcing this control to display changes?

Thanks 

Ahhhh will post my own solution!


the ol beginupdate .... endupdate did the trick.

cheers