TTMSFMXTableView LayoutMode.lmGroup

Hi,

Please see image. Is it possible programatically to reduce the border size to be less than it currently is by default?

Ken



Sorry but I can't get a pasted image to appear here even though it does before submission!

Have you tried to copy/paste the image from a different location?
As an alternative you can use the "Insert Image" button to insert an image url from a remote server or provide a link to the image on the remote server.

http://www.estateagentpro.com/TableView.png

You should normally be able to reduce the thickness with


  TMSFMXTableView1.StrokeThickness := 0;

Kind Regards, 
Pieter

I'm afraid that made no difference at all!

Can you send us code, or a sample that demonstrates this border issue?

When we execute this code, the border thickness is reduced.

Kind Regards, 
Pieter

I'll try to put together an example