mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-07 14:38:01 +02:00
LazDataDesktop: Enable thumb tracking for DB grid, from sven, issue #32684
git-svn-id: trunk@57663 -
This commit is contained in:
parent
51041d4ff2
commit
15c96753a4
@ -152,6 +152,7 @@ object DataFrame: TDataFrame
|
||||
Color = clWindow
|
||||
Columns = <>
|
||||
DataSource = FDataSource
|
||||
Options = [dgEditing, dgTitles, dgIndicator, dgColumnResize, dgColumnMove, dgColLines, dgRowLines, dgTabs, dgAlwaysShowSelection, dgConfirmDelete, dgCancelOnExit, dgThumbTracking]
|
||||
TabOrder = 1
|
||||
end
|
||||
object FDataSource: TDataSource
|
||||
|
Loading…
Reference in New Issue
Block a user