Row height, plus title and left scroll area size
I am trying use Grid 1.0.1 in a demonstration. The default size for the fonts are too small, so I tried increasing the font size using:
.active-controls-grid {height: 500px; width: 900px;
font-family: "Verdana", "Helvetica", "sans-serif";
font-size: 14pt; menu;}
THen I tried increasing the row size as described.
<style>
.active-scroll-left .active-templates-item,
.active-scroll-data .active-templates-row {
height: 25px;
}
</style>
But the result doesn't resize everything in the grid. There are three problems:
1) The column title row is clipped on the bottom;
2) The row number on the left hand side turns to elipses with double digits;
3) The content of the data is also clipped on the bottom.
What's the right way to accomplish this?
.active-controls-grid {height: 500px; width: 900px;
font-family: "Verdana", "Helvetica", "sans-serif";
font-size: 14pt; menu;}
THen I tried increasing the row size as described.
<style>
.active-scroll-left .active-templates-item,
.active-scroll-data .active-templates-row {
height: 25px;
}
</style>
But the result doesn't resize everything in the grid. There are three problems:
1) The column title row is clipped on the bottom;
2) The row number on the left hand side turns to elipses with double digits;
3) The content of the data is also clipped on the bottom.
What's the right way to accomplish this?
ScottM
November 14,