I have VCL styles enabled in my project, but I have noticed that the TLMDEditView does not paint the scrollbar (it paints native).
Perhaps I am missing a property? I tried applying a style hook like so:
initialization
TStyleManager.Engine.RegisterStyleHook(TLMDEditView, TScrollingStyleHook);
This does style it correctly, however the behaviour of the scrollbar is affected.
Please advise thanks.
png
png
Comments
Yes, when using the vertical scrollbar to scroll up and down, whilst still scrolling, if the mouse also moves horizontally it moves the caret across too (almost as if scrolling horizontally too).