Frequently Asked Component Specific Questions
Options |
Display all FAQ items |
Displaying items 1 to 1 of 1, page 1 of 1
<< previous next >>



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);
;.png)
AdvStringGrid.XYOffset := point(6,0);
;.png)