TColoredBindNavigator
TBindNavigator Delphi FMX component with glyphs colors
TBindNavigator is a little sad, all buttons glyph have the same color (TText.Font.Color).
Let me give some colors as VCL.Navigator.
As extra, you shall be able to :
- Change background color. (OverrideBackGround property, a TBrush)
- Add Hints. (used only if component.ShowHints = True)
- Return to default color (NavigatorGlyphColors.UseColors property)
- If you are a Dark/Light force side fan an NavigatorGlyphColors.ThemeSensitive property is included
to brigthen colors without changing the defined colors.