Consistent look mixing standard Webcore and FNC controls

Hi,

Is it possible to have a consistent look and feel (style) when placing a TWebSideMenu, TMSFNCButton, TMSFNCEdit and TMSFNCDataGrid on a form?

If so how can this be done and used through the whole webapplication?

1 Like

Hopefully someone can provide feedback on this topic :wink:

Look & feel of FNC components is controlled by the various color properties under Appearance, so, it comes down to configuring a color set that matches the look & feel of controls (like TWebSideMenu) that are rendered via HTML& CSS.

Thank you for the clarification.