Drag&Drop im Tree für bestimmte Nodes verhindern
Hallo Boris, dein Vorschlag mit DragMode = dmManual funktioniert. Zu beachten ist noch der Parameter FALSE in BeginDrag. Der Drag-Vorgang wird dann erst…
Scroll Treeview when Drag/Drop
jj wrote: > > Hello, clever types. > > I have a treeview filled with a multi-level structure and i want > to…
TreeView Background color: Textcolor
Try someting like this [code lang=”delphi”]/////////////////////// uses COMMCTRL; const TVM_SETBKCOLOR = (TV_FIRST + 29); TVM_SETTEXTCOLOR = (TV_FIRST + 30); ////////////////////////////////////// —————————————————————————- —————————- var…
TreeView Scroll when Drag
The following code works in a TListBox. I assume that it will also work in a TTreeView. I have the Timer1.Interval set to…