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 using a
> small row height of 25).
>
>   xmlns:f="http://ns.adobe.com/mxml/2009;
>  xmlns:j="library://ns.apache.org/royale/jewel"
>  xmlns:b="library://ns.apache.org/royale/basic">
>  
>   
>paddingBottom="0"/>
>   
>  
> 
>
> The values are centered fine but the grid lines disappear. How do I get
> them
> back??  I've tried a bunch of things but no luck
>
> And between the columns is a vertical separator which I suspect is the
> column list border.  How can I style that?  I'm guessing both my questions
> relate to each other.
>
>
>
> --
> Sent from: http://apache-royale-users.20374.n8.nabble.com/
>


-- 
Carlos Rovira
Apache Member & Apache Royale PMC
*Apache Software Foundation*
http://about.me/carlosrovira


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 disappear. How do I get them
back??  I've tried a bunch of things but no luck

And between the columns is a vertical separator which I suspect is the
column list border.  How can I style that?  I'm guessing both my questions
relate to each other.



--
Sent from: http://apache-royale-users.20374.n8.nabble.com/