Enable auto scrolling in data- and query grid(s) when mouse is used to select rows. Fixes issue #849.

This commit is contained in:
Ansgar Becker
2009-12-04 21:37:01 +00:00
parent c75df83cfc
commit 94df12fa1f
2 changed files with 5 additions and 0 deletions

View File

@ -8305,6 +8305,7 @@ begin
QueryTab.Grid.Font.Assign(QueryGrid.Font);
QueryTab.Grid.Header.ParentFont := QueryGrid.Header.ParentFont;
QueryTab.Grid.WantTabs := QueryGrid.WantTabs;
QueryTab.Grid.AutoScrollDelay := QueryGrid.AutoScrollDelay;
QueryTab.Grid.OnBeforeCellPaint := QueryGrid.OnBeforeCellPaint;
QueryTab.Grid.OnFocusChanged := QueryGrid.OnFocusChanged;
QueryTab.Grid.OnGetText := QueryGrid.OnGetText;