Change DataGridColumn header height

2005-02-03 Thread matthewtsmith
Does anyone know how to change the height of a DataGrid header? I would like to display an icon and two lines of text in each header. I've done the work of making a new headerRenderer so that I can do this, but I can't seem to change the height of the header row. Any ideas? Thanks, -Matt

Re: Change DataGridColumn header height

2005-02-03 Thread matthewtsmith
Never mind, I got it, it's on the DataGrid instead of the DataGridColumn. --- In flexcoders@yahoogroups.com, matthewtsmith [EMAIL PROTECTED] wrote: Does anyone know how to change the height of a DataGrid header? I would like to display an icon and two lines of text in each header. I've done