trichview.support
Re: scrollbars |
Author |
Message |
Yernar |
Posted: 01/29/2003 3:02:28 Set TRichView's HScrollVisible and VScrollVisible properties to False and use your own scrollbars. You should handle the following events: 1) OnResize (TRichView) 2) OnHScrolled (TRichView) 3) OnVScrolled (TRichView) 4) OnChange (your horizontal scrollbar) 5) OnChange (your vertical scrollbar) "Johnik" <[email protected]> wrote: > >Hi, >first, your RichView is great! >I have a question: is it possible to change the color of vertical scrollbar, >as it is in IE 5.5+? Or do you plan it anytime? My project is a speciall >in design and standard scrollbars look a bit stupid ;-) >If there is any possibility to change the colour, write please. >Thanx and best regards >Johnik |
Powered by ABC Amber Outlook Express Converter