Hello,
When setting AdaptToStyle to true, TTMSFMXGrid adapt its style from an TGrid and not an TTMSFMXGrid . This is happening if an default TTMSFMXGrid style is defined or not.
Could it be possible to modify this behavior to use an TTMSFMXGrid style instead ?
Hi,
When AdaptToStyle is True it takes the colors of a TGrid. When loading a FireMonkey style, the colors ar then applied to the grid. Modifying this behavior will result in a loss of Style support.