Frequently Asked Component Specific Questions
Options |
Display all FAQ items |
Displaying items 1 to 1 of 1, page 1 of 1
<< previous next >>
TAdvStringGrid
How to change the margin between the cell border and the text
How to change the margin between the cell border and the text
You can control the text offset from top/left corner with the property:
AdvStringGrid.XYOffset
AdvStringGrid.XYOffsetTopLeftOnly := true;
AdvStringGrid.XYOffset := point(0,0);
AdvStringGrid.XYOffset := point(6,0);