Windows Ribbon Framework for Delphi & custom styles

958 views Asked by At

I just started playing around with the Windows Ribbon Framework for Delphi, which is great by the way, but I noticed a white band at the top of my form's client area if I activate a custom style supplied by Delphi (Project Options > Application > Appearance), Cyan Dusk for example: Ribbon & Custom Style

The white band doesn't appear when no custom style is applied. I noticed the same behavior when using DevExpress Skins.

Is this an issue with the framework? I'm using Delphi XE4.

Thanks.

1

There are 1 answers

3
RRUZ On

The VCL Styles doesn't supports the Windows Ribbon Framework or any Ribbon UI. However is technically possible use the VCL Styles and the ribbon UI in the same App, but that requires disable the styling in the form (and controls) where the Ribbon UI is used.