Re: Styling a Datagrid Row

2020-12-06 Thread wkoch
You are Fantastic. Now the CSS is working and I just need to do battle there. I was thinking it needed to be a list. -- Sent from: http://apache-royale-users.20374.n8.nabble.com/

Re: Styling a Datagrid Row

2020-12-06 Thread Carlos Rovira
Hi, I think the problem would be probably that DG uses DataGridItemRenderer as base renderer instead of ListItemRenderer. Can you check if changing that solves your problem? El sáb, 5 dic 2020 a las 21:15, wkoch () escribió: > I am using a simple list renderer to center values vertically (i'm

Styling a Datagrid Row

2020-12-05 Thread wkoch
I am using a simple list renderer to center values vertically (i'm using a small row height of 25). http://ns.adobe.com/mxml/2009; xmlns:j="library://ns.apache.org/royale/jewel" xmlns:b="library://ns.apache.org/royale/basic"> The values are centered fine but the grid lines