mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-17 10:49:09 +02:00
Examples: Grid Columneditors, added Option goTabs for convenience.
git-svn-id: trunk@43777 -
This commit is contained in:
parent
8656af3464
commit
b15354e59a
@ -58,7 +58,7 @@ object Form1: TForm1
|
|||||||
Title.Caption = 'PickList'
|
Title.Caption = 'PickList'
|
||||||
end>
|
end>
|
||||||
FixedCols = 0
|
FixedCols = 0
|
||||||
Options = [goFixedVertLine, goFixedHorzLine, goVertLine, goHorzLine, goRangeSelect, goEditing, goAlwaysShowEditor, goSmoothScroll, goCellHints]
|
Options = [goFixedVertLine, goFixedHorzLine, goVertLine, goHorzLine, goRangeSelect, goEditing, goTabs, goAlwaysShowEditor, goSmoothScroll, goCellHints]
|
||||||
ParentShowHint = False
|
ParentShowHint = False
|
||||||
ScrollBars = ssBoth
|
ScrollBars = ssBoth
|
||||||
ShowHint = True
|
ShowHint = True
|
||||||
|
Loading…
Reference in New Issue
Block a user