You've already forked lazarus-ccr
* Store Header.Columns
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@709 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
@ -1453,8 +1453,7 @@ type
|
|||||||
published
|
published
|
||||||
property AutoSizeIndex: TColumnIndex read FAutoSizeIndex write SetAutoSizeIndex;
|
property AutoSizeIndex: TColumnIndex read FAutoSizeIndex write SetAutoSizeIndex;
|
||||||
property Background: TColor read FBackground write SetBackground default clBtnFace;
|
property Background: TColor read FBackground write SetBackground default clBtnFace;
|
||||||
property Columns: TVirtualTreeColumns read FColumns write SetColumns stored False; // Stored by the owner tree to
|
property Columns: TVirtualTreeColumns read FColumns write SetColumns;
|
||||||
// support VFI.
|
|
||||||
property DefaultHeight: Integer read FDefaultHeight write SetDefaultHeight;
|
property DefaultHeight: Integer read FDefaultHeight write SetDefaultHeight;
|
||||||
property Font: TFont read FFont write SetFont stored IsFontStored;
|
property Font: TFont read FFont write SetFont stored IsFontStored;
|
||||||
property FixedAreaConstraints: TVTFixedAreaConstraints read FFixedAreaConstraints write FFixedAreaConstraints;
|
property FixedAreaConstraints: TVTFixedAreaConstraints read FFixedAreaConstraints write FFixedAreaConstraints;
|
||||||
|
Reference in New Issue
Block a user