Page 1 of 1

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

Posted: Sat Dec 24, 2022 11:15 am
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)?