Im currrently working on an iPad application which uses a TGrid with dynamic created content.
But it gives me some problems: For some reason, i cant free and release objects added to the TGrid (Removing them again). In Windows, FreeAndNil solves it, but apperently FreeAndNil does nothing in Mac Simulator or on an iPad device. The only solution i could come up with would be to set RowCount to the appropriate amount, but the controls are still present and this overwritten.
Also is it possible to disable horizontal scrolling in a TGrid somehow or would i need to implement a custom control for that?