Finetune column header in log grid of table tools dialog: Allow column dragging, hot tracking and auto-resizing on doubleclick.

This commit is contained in:
Ansgar Becker
2009-11-18 21:08:05 +00:00
parent aaec4c991d
commit 3daa4dcf18

View File

@@ -125,7 +125,7 @@ object frmTableTools: TfrmTableTools
Header.Font.Style = []
Header.Images = MainForm.PngImageListMain
Header.MainColumn = -1
Header.Options = [hoColumnResize, hoShowSortGlyphs, hoVisible]
Header.Options = [hoColumnResize, hoDblClickResize, hoDrag, hoHotTrack, hoShowSortGlyphs, hoVisible]
TabOrder = 0
TreeOptions.AutoOptions = [toAutoDropExpand, toAutoScrollOnExpand, toAutoSort, toAutoTristateTracking, toAutoDeleteMovedNodes]
TreeOptions.MiscOptions = [toAcceptOLEDrop, toFullRepaintOnResize, toGridExtensions, toInitOnSave, toToggleOnDblClick, toWheelPanning, toEditOnClick]