Link to home
Start Free TrialLog in
Avatar of dinko1
dinko1

asked on

DevExpress NavBar Styling (Delphi)

I have a DxNavBar component and and ViewStyle is set to "SkinNavigationPaneView".
It looks like that I cannot change styling colors (OptionsStyle). Is there anyway to change for example the background color of component and/or buttons?
ASKER CERTIFIED SOLUTION
Avatar of Thommy
Thommy
Flag of Germany image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of jimyX
jimyX

The Delphi standard buttons do not change color. Either use third party or you can use a standard SpeedButton (set to transparent) and panel which supports changing color.

As an example you can download TColorButton from delphi.about:
http://delphi.about.com/od/vclwriteenhance/l/aa061104a.htm