Skip to content

Commit

Permalink
Reinsert column in minimal demo and some original options
Browse files Browse the repository at this point in the history
  • Loading branch information
salvadorbs committed Jan 10, 2024
1 parent fde7697 commit 706616f
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions Demos/Minimal/Main.lfm
Original file line number Diff line number Diff line change
Expand Up @@ -28,23 +28,28 @@ object MainForm: TMainForm
Colors.HotColor = clBlack
DefaultText = 'Node'
Header.AutoSizeIndex = -1
Header.Columns = <>
Header.DefaultHeight = 17
Header.Font.Height = -11
Header.Font.Name = 'MS Sans Serif'
Header.MainColumn = -1
Header.Options = [hoColumnResize, hoDrag]
Header.Options = [hoColumnResize, hoDrag, hoShowSortGlyphs, hoVisible]
HintAnimation = hatNone
IncrementalSearch = isAll
RootNodeCount = 100
TabOrder = 0
TreeOptions.AnimationOptions = [toAnimatedToggle]
TreeOptions.AutoOptions = [toAutoDropExpand, toAutoTristateTracking]
TreeOptions.MiscOptions = [toEditable, toInitOnSave, toToggleOnDblClick, toWheelPanning]
TreeOptions.PaintOptions = [toShowButtons, toShowRoot, toShowTreeLines, toThemeAware, toUseBlendedImages]
TreeOptions.SelectionOptions = [toMultiSelect, toCenterScrollIntoView]
TreeOptions.SelectionOptions = [toMultiSelect]
OnFreeNode = VSTFreeNode
OnGetText = VSTGetText
OnInitNode = VSTInitNode
Columns = <
item
Position = 0
Width = 300
WideText = 'Name'
end>
end
object ClearButton: TButton
Left = 97
Expand Down

0 comments on commit 706616f

Please sign in to comment.