You've already forked lazarus-ccr
spready: Enable smoothscrolling of WorksheetGrid
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@5851 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user