Is it possible to click to select and drag-rearrange list items (TRichViewEdit)?

General TRichView support forum. Please post your questions here
Post Reply
stevef
Posts: 2
Joined: Fri Aug 12, 2011 3:18 pm

Is it possible to click to select and drag-rearrange list items (TRichViewEdit)?

Post by stevef »

Hi Sergey,

Using: TRichview v14, Delphi 10.2.3 Tokyo, Windows VCL Forms application


I have a TRichViewEdit containing RTF with list items. At present, when I drag and drop list items in order to re-arrange them, this does not work correctly. The behavior being experienced is that the dragged item merges with the destination item, instead of moving into a new position in the list.

Is it possible to correct this behavior via code event handling, or is there any property setting that could be applied to achieve the desired behavior (Ie. regarding drag/drop of list items in existing list)?
Post Reply