This is a migrated thread and some comments may be shown as answers.

How to make the scroll bar of a RadlistControl 50% transparent.

2 Answers 46 Views
ListControl
This is a migrated thread and some comments may be shown as answers.
Rohanjoy
Top achievements
Rank 1
Rohanjoy asked on 24 Apr 2017, 09:18 AM

I have a multiselect radlistControl. I want to make the scrollbar 50% transparent. How can i do that?

2 Answers, 1 is accepted

Sort by
0
Dimitar
Telerik team
answered on 24 Apr 2017, 01:29 PM
Hello Rohanjoy,

Thank for writing.

You can set the opacity: 
radListControl1.ListElement.VScrollBar.Opacity = 0.5;

In addition, can you send us an image of the desired effect? I am not sure what exactly you want to achieve.

I am looking forward to your reply.
 
Regards,
Dimitar
Telerik by Progress
Try our brand new, jQuery-free Angular 2 components built from ground-up which deliver the business app essential building blocks - a grid component, data visualization (charts) and form elements.
0
Rohanjoy
Top achievements
Rank 1
answered on 24 Apr 2017, 01:33 PM
Thanks Dimitar! I got my  desired result. I just wanted the scrollbar to be transparent so that i can show my background image. Thanks again!
Tags
ListControl
Asked by
Rohanjoy
Top achievements
Rank 1
Answers by
Dimitar
Telerik team
Rohanjoy
Top achievements
Rank 1
Share this question
or