cancel
Showing results for 
Search instead for 
Did you mean: 

I want to get a line before the label

lokesh_kamana
Active Contributor
0 Kudos

Hi all,

I had a req where i need to display a line which is iin blue colour before thye label.

Like divider.

But i am not able to find any property to get this?

Can any one help me in this regard.

Thanks & Regards,

Lokesh

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi,

Why dont you use horizontal gutter . It wont be in blue colour, but is simplest way of adding line.

Another way is, use textview. Add Text as "----


" and set semanticColor propery as per the requirement.

Thanks & Regards,

Apurva

PradeepBondla
Active Contributor
0 Kudos

Hi lokesh,

If you wont find any standard solution for this...

One simple suggestion.... can't you take another label before and put ________________ in that label?

ofcourse it wont be in blue. you have to change its color again.

regards,

Pradeep

Former Member
0 Kudos

Hi Lokesh,

I had a req where i need to display a line which is iin blue colour before thye label.

As per requirment place the UI inside the two transperent container and set the cellBackGroundDesign property of the Outer container as Fill1 and bottompadding as 1px. and inside container's cellBackGroundDesign as plain.

By doing this you can achive this.

Hope that may help you.

Regards,

Deepak

Edited by: Deepak Arora on Jun 23, 2008 1:27 PM