TFNCDataGrid does not seem to adapt properly to VCL styles, despite having AdaptToStyle set to True.
See attached screenshot with simple Win32 test application using style "carbon", showing TFNCDataGrid and TAdvStringGrid next to each other.
TFNCDataGrid does not seem to adapt properly to VCL styles, despite having AdaptToStyle set to True.
See attached screenshot with simple Win32 test application using style "carbon", showing TFNCDataGrid and TAdvStringGrid next to each other.
Hi,
It's potentially a design-time issue, please set
TMSFNCDataGrid1.AdaptToStyle := True;
in the constructor of the form.
Thanks, Peter.
Solution confirmed. It is an issue only when setting the property at design time.
This topic was automatically closed 24 hours after the last reply. New replies are no longer allowed.