4

there. I changed style of standard objects with VCl-theme.

I use Color, Font and Gutter properties to change style of SynMemo. But I don't know, how change style of ScrollBar of SynEdit( apply vcl-theme ). Who can help me ?

enter image description here

1 Answer 1

10

To add styling support for the TSynEdit you must register a style hook for such control. Try using the TScrollingStyleHook style hook.

Like so

TStyleManager.Engine.RegisterStyleHook(TCustomSynEdit, TScrollingStyleHook); 

enter image description here

Sign up to request clarification or add additional context in comments.

Comments

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.