TTMSFMXGrid Columns autocreate

Why grid autocreates columns?


Even i delete them, they are again autocreated and the number of them is irelevant of the livebinding link fields.

Thanks.

Hi, 


This is an initialization for non-livebindings use. You can set the property TMSFMXGrid1.UseColumns to false to make sure the added columns do not interfere with the columns configured with LiveBindings.

Kind Regards, 
Pieter

I do set TMSFMXGrid1.UseColumns to false but this property is not published so while i am on design columns auto create themself over and over again. And over and over again i have to delete them.