Where can I find documentation on how to set the table properties? For example: the default of "Opt Opt Opt Opt" for Border Thickness and for Padding on a label in a table control. What does that mean?! What does CanGrow mean?
Oh, I see. What I thought was opt is actually 0pt (zero point). So, now the question is - if the border thickness is set to 0pt and the padding is set to 0pt and the border color is Transparent, why do I still have borders?
I want my table to have no borders - and no blank lines between the rows. How do I accomplish this?
Hi Sylvia,
Unfortunately there isn't an easy way to configure the table in that way because we didn't differentiate between internal and external gridlines.
As a workaround you can set BorderThickness and GridLineThickness to 0 and then configure table cell's border separately.
Table gridlines customization is in our list for next version.