When you set table ColumnAdjustment property to ColumnAdjustment.AutoFitToContent and in one cell you have two paragraphs it will fit cell width by content of first one.
For example if in first we put “Hello” in second “Hello word” => cell will looks like
image.png (482 Байта)
How to fix it? I want that cell fits by content of the biggest paragraph but not the first one.