Rank: Member Groups: Member
Joined: 10/20/2011 Posts: 12
|
using the eo.grid:
In a multiline text box, the text is so close to the top & bottom of the cell that it can not be read.
how do you add space between borders of each cell and the actual text in a multi line text box ?
and how would you vertically align the text in the middle ? Thx
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,195
|
Hi,
To add space between border and cell text, you would just modify the column's CellStyle to add paddings.
There is no easy way to vertically align text because the grid cell is not a table cell. As such it's easier to just setting the padding top so that the text is not close to the top.
Thanks!
|