Frequently Asked Component Specific Questions
Options |
Display all FAQ items |
Displaying items 1 to 1 of 1, page 1 of 1
<< previous next >>
![Direct Link](img/spider_24.png)
![TAdvStringGrid Product Page](img/icons/external_link.png)
![](img/nodeopen.gif)
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);
![](https://www.tmssoftware.com/site/img/point(0,0);.png)
AdvStringGrid.XYOffset := point(6,0);
![](https://www.tmssoftware.com/site/img/point(6,0);.png)