Hi,
The follow code increases the height of row header. However is I try and make the height smaller than what is the default height it will not get smaller than the default height or something that is close to the default height. What I am trying to to is show a header but I do not want it to be prominent. What I am looking for is as follows:
- Reduce the height as much as possible to fit the following:
- Font size = 9,
- Font weight = Bold
- Change the header background color to a very light color
Thanks
Rich
The follow code increases the height of row header. However is I try and make the height smaller than what is the default height it will not get smaller than the default height or something that is close to the default height. What I am trying to to is show a header but I do not want it to be prominent. What I am looking for is as follows:
- Reduce the height as much as possible to fit the following:
- Font size = 9,
- Font weight = Bold
- Change the header background color to a very light color
Thanks
Rich
var headerRow = RadGridView.ChildrenOfType<
GridViewHeaderRow
>().First();
headerRow.Height = 100