FIX: Synchronize directories - the vertical scroll bar will not update the content of the list view when dragged with the mouse (fixes #1855)

(cherry picked from commit 62dd19e08b)
This commit is contained in:
Alexander Koblov 2024-09-22 22:10:15 +03:00
commit 2afd36d602

View file

@ -553,7 +553,7 @@ object frmSyncDirsDlg: TfrmSyncDirsDlg
FixedCols = 0
FixedRows = 0
MouseWheelOption = mwGrid
Options = [goFixedVertLine, goFixedHorzLine, goVertLine, goHorzLine, goRangeSelect, goRowSelect, goSmoothScroll, goHeaderPushedLook, goDontScrollPartCell, goRowHighlight]
Options = [goFixedVertLine, goFixedHorzLine, goVertLine, goHorzLine, goRangeSelect, goRowSelect, goThumbTracking, goSmoothScroll, goHeaderPushedLook, goDontScrollPartCell, goRowHighlight]
ParentFont = False
PopupMenu = pmGridMenu
RangeSelectMode = rsmMulti