Page 1 of 1

Custom scrollbar with DBScaleRichviewEdit

Posted: Sun Sep 06, 2009 8:41 am
by pawnflakes
Hi

I'm trying to implement a custom scrollbar in DBScaleRichviewEdit similar to the example given in http://www.trichview.com/support/files/extscroll.zip. The example doesn't work with DBScaleRichviewEdit since there are multiple pages unlike TRichView. Could I please have an example on how this can be accomplished in DBScaleRichViewEdit.

Thank You

Posted: Sun Sep 06, 2009 11:23 am
by Sergey Tkachenko
I suggest using a built-in skinning feature, using TSRVSkinManager component.
Example can be found in the new ActionTestTabs demo.

Posted: Sun Sep 06, 2009 12:40 pm
by pawnflakes
Using a built-in skinning feature is not an option for me as i'm using express skins with other devexpress components. Is there no example how I can do this?

Posted: Sun Sep 06, 2009 4:40 pm
by Sergey Tkachenko
Some time ago we created a demo for using external scrollbars in TSRichViewEdit. This demo is not perfect (this demo scrollbar implementation must be rewritten), but it still may be useful:
http://www.trichview.com/support/files/ ... llbars.zip