Rank: Member Groups: Member
Joined: 8/28/2008 Posts: 25
|
Is if possible and if so how to change the height of the rows on the gridview?
Currently I am using one with preset images for backgrounds etc, but want to change the height to say 40px.
Thx Steve
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
Hi, Yes. You would set the Grid's ItemHeight property. Note usually you will also need to modify the styles (for example, change background images) to match the new height. See here for more information on how to change the styles: http://doc.essentialobjects.com/library/1/grid/styling.aspxThanks!
|