TTMSFMXGrid + AutosizeRows

Hi,

problems with autosizerows. Doesn?t do anything cause Cellcontainer = Nil.
Can you reproduce?

When are you applying autosizerows? You need to apply autosizing in the OnApplyStyleLookup or whenever the cellcontainer is available. The cell container can be forced with TMSFMXGrid1.NeedStyleLookup and TMSFMXGrid1.ApplyStyleLookup.


Kind Regards,
Pieter

Works perfect, thanks.

Regards