mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-10 06:08:17 +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'
|
||||
end>
|
||||
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
|
||||
ScrollBars = ssBoth
|
||||
ShowHint = True
|
||||
|
Loading…
Reference in New Issue
Block a user