Hey, it's kind of a stupid workaround but if you don't want to create a programmatic skin, you could set the headerHeight 10px higher and skin it so that it looks like there is a separator. Otherwise i guess you will have to skin it programmaticly... but not 100% on that though :-).
HTH, Max --- In flexcoders@yahoogroups.com, "tony.grimes57" <[EMAIL PROTECTED]> wrote: > > Hi > > i am having a hell of a tme finding out how to style this. Basically i > want to add about a 10px gap between the header row of the datagrid and > the data rows. > > Looking at the DataGrid styles i have noted that: > > 1. HeaderSeparatorSkin - this only affects the vertical lines between > the header columns and not the horizontal row seperator that i am > looking to style > > 2. HeaderStyleName - only affects text in the datagrid header > > 3. There are various other styles in the documentation but they target > the vertical and horizontal lines between the datarows and do not > affect the line/border between the header and data rows > > 4. borderColor does affect the color of the header row seperator but > none of the other border styles (borderThickness, borderSides etc) seem > to target it. And obviously i am looking to change its thickness rather > than color > > So, it seems that this header row seperator has no styles to control > it. Anyone any ideas how i can configure this? > > many thanks >