Page 1 of 1

Making selection rect match the tallest selected item

Posted: Tue Apr 04, 2006 2:47 am
by aoven
Can someone please show me what must be done to make the blue selection rectangle always be as high as the tallest item in selection (like MS Word does)? By default, rectangle height varies from item to item.

I know it's possible, because I asked this very same question a few years back, when I first used TRichView. Unfortunately, I can't find the answer anymore.

Posted: Tue Apr 04, 2006 7:21 pm
by Sergey Tkachenko
Set RVStyle.SelectionStyle = rvssLines

Posted: Sat Apr 08, 2006 12:19 am
by aoven
Ah, so simple now. It used to be fairly complicated. :)

Thanks!