JVCL Help:TJvStringGrid.Alignment
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: TJvStringGrid.Alignment Property
[+] TJvStringGrid Events
[+] TJvStringGrid Methods
[+] TJvStringGrid Properties
Search in JVCL Help
Search in all projectsSummary
Specifies how text is default aligned within a cell.
Pascal
propertyAlignment: TAlignment;
Description
Use Alignment to specify whether values should be left-justified, right-justified, or centered in the cells of a grid. Alignment is the default value for all cells in the grid, but you can write an OnGetCellAlignment event handler to specify the alignment of a single cell. The value returned by OnGetCellAlignment then overrides the value specified by Alignment.
See Also
TJvStringGrid.OnGetCellAlignment
About
Contribute to this help topic
This documentation wiki is based on the collaborative effort of Project JEDI users. Your edits are welcome in order to improve documentation quality: edit this page