You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Alexey, when time permits, I have a demo for a TMemo using the ATscrollbar. It will show how to:
Use a custom ATscrollbar with a TMemo
Change Font (size, style, allows both proportional and monospaced tests)
Change WordWrap
How to scroll the memo from the custom ATscrollbar
How to scroll the ATscrollbar from the memo
Turn both system and custom scrollbars on at the same time for comparison
Simple color theme (regular and dark)
File drop to TMemo
WheelScroll TMemo and ATScrollbar
I think the vertical stuff is OK (memo controls sb; sb controls memo), and the horizontal seems OK (sb controls memo). But you might check what I've done for horizontal memo controls sb. There's not really a good way that I can find to get the memo horizontal scroll info over to the sb but I did the best I could.
I think this demo will be very useful as there are a lot of links when searching for this kind of thing but very little that helps much. Searches such as: scroll tmemo, tmemo custom scrollbar, how to scroll tmemo when its scrollbars are hidden, etc.
Like I say, I need something like this for reference anyway so if you decide not to use it that's OK.
The text was updated successfully, but these errors were encountered:
Alexey, when time permits, I have a demo for a TMemo using the ATscrollbar. It will show how to:
I think the vertical stuff is OK (memo controls sb; sb controls memo), and the horizontal seems OK (sb controls memo). But you might check what I've done for horizontal memo controls sb. There's not really a good way that I can find to get the memo horizontal scroll info over to the sb but I did the best I could.
I think this demo will be very useful as there are a lot of links when searching for this kind of thing but very little that helps much. Searches such as: scroll tmemo, tmemo custom scrollbar, how to scroll tmemo when its scrollbars are hidden, etc.
Like I say, I need something like this for reference anyway so if you decide not to use it that's OK.
The text was updated successfully, but these errors were encountered: