TRichView 19

General TRichView support forum. Please post your questions here
Post Reply
carlonarcisi
Posts: 1
Joined: Tue Nov 03, 2009 2:16 am
Location: Italy
Contact:

TRichView 19

Post by carlonarcisi »

hi Does the TRichView component in Delphi provide native support for collapsible/expandable text sections? I need the ability to allow users to collapse and expand specific portions of text content within the document, similar to:

Collapsible paragraphs or sections
Expandable/collapsible blocks (like accordion UI)
Show/hide functionality for text regions

If this feature isn't built-in, what would be the recommended approach to implement it? Are there any properties, methods, or events in TRichView that could facilitate this functionality

Carlo
Sergey Tkachenko
Site Admin
Posts: 17951
Joined: Sat Aug 27, 2005 10:28 am
Contact:

Re: TRichView 19

Post by Sergey Tkachenko »

This is not a built-in feature, but can be implemented by showing/hiding text after the clicked link, using a hidden text feature.
See "Expand/collapse using hidden text" demo in viewtopic.php?t=62
Post Reply