FMXListeditor - transparent - no edit rectangle

Hello
How can i make the edit rectangle disapear at runtime in a FMXListEditor (readOnly = buttons only)




Thanx and regards from switzerland

Beat

Hi, 


You need to set the ReadOnly property to True;

  TMSFMXListEditor1.ReadOnly := True;


The edit rectangle is still showing... but you can't enter text.I mentioned, that read only is true


Well I just found out, that I can set the Fill property to Kind=solid and Color=Null and same to the Stroke works ....


The edit rectangle is not the background of the control, our apologies for the confusion. The background can ofcourse be hidden with the code you mention.