Hi,

As i am using UIComponent as cellrenderer for the datagrid there iam
overriding function updatedisplaylist(w,h) and applying colors for
background.
Now i need to give line after every 4 rows that iam not getting how to
do.

Also i tried with graphics.linestyle() function on some condition this
will show lines but for rowindex 1 it show both upside and downside
lines but i want only at bottom of that row.

var drawColor:uint = backgroundColor;//some color for background
var g:Graphics = this.graphics;
                        g.clear();
                        g.lineStyle(1,0xffffff,1.0);
                        g.beginFill(drawColor);
                        g.drawRect(0,0,w,h);
                        g.endFill();

Any one knows how to do this is helpfull...

Thanks,
Krishna

-- 
You received this message because you are subscribed to the Google Groups "Flex 
India Community" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/flex_india?hl=en.

Reply via email to