Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 883 Bytes

README.md

File metadata and controls

17 lines (13 loc) · 883 Bytes

TColoredBindNavigator

TBindNavigator Delphi FMX component with glyphs colors

TBindNavigator is a little sad, all buttons glyph have the same color (TText.Font.Color). Capture_1 Capture_2

Let me give some colors as VCL.Navigator.

Capture_3

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.