From d8be456aecadf6bebb2ec7f08dc00e2684cecfb4 Mon Sep 17 00:00:00 2001 From: wp_xxyyzz Date: Sat, 13 May 2017 09:48:01 +0000 Subject: [PATCH] spready: Enable smoothscrolling of WorksheetGrid git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@5851 8e941d3f-bd1b-0410-a28a-d453659cc2b4 --- applications/spready/smain.lfm | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/applications/spready/smain.lfm b/applications/spready/smain.lfm index 9a18994ad..9a9bd8667 100644 --- a/applications/spready/smain.lfm +++ b/applications/spready/smain.lfm @@ -11,7 +11,7 @@ object MainForm: TMainForm OnCreate = FormCreate OnShow = FormShow ShowHint = True - LCLVersion = '1.7' + LCLVersion = '1.9.0.0' object WorkbookTabControl: TsWorkbookTabControl Left = 0 Height = 606 @@ -30,6 +30,7 @@ object MainForm: TMainForm Top = 23 Width = 788 AutoCalc = True + EditorLineMode = elmMultiLine FrozenCols = 0 FrozenRows = 0 ReadFormulas = True @@ -43,7 +44,7 @@ object MainForm: TMainForm Font.Height = -13 Font.Name = 'Arial' MouseWheelOption = mwGrid - Options = [goFixedVertLine, goFixedHorzLine, goVertLine, goHorzLine, goRangeSelect, goRowSizing, goColSizing, goEditing, goThumbTracking, goDblClickAutoSize, goCellHints] + Options = [goFixedVertLine, goFixedHorzLine, goVertLine, goHorzLine, goRangeSelect, goRowSizing, goColSizing, goEditing, goThumbTracking, goDblClickAutoSize, goSmoothScroll, goCellHints] ParentFont = False TabOrder = 1 TitleFont.Color = clBlack