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

RadGrid vertical scroll bar width

3 Answers 232 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Stepan
Top achievements
Rank 1
Stepan asked on 18 May 2011, 11:15 AM
Dear Telerik!

Please advice me on the following issue:

I use RadGrid with vertical scrolling and I need to set the vertical scroll bar width different from its default value.

It is needed because the web site is designed for use from touch-screen terminals and thin scroll bar seems to be very inconvenient for the users.

Is it possible?

Thank you very much for your help!

- Stepan.

3 Answers, 1 is accepted

Sort by
0
Stepan
Top achievements
Rank 1
answered on 18 May 2011, 11:19 AM
Forgot to say: I'm using ASP.NET RadGrid
0
Princy
Top achievements
Rank 2
answered on 18 May 2011, 11:26 AM
Hello Stepan,

You can achieve this by setting the ScrollHeight property as shown below.

aspx:
<ClientSettings>
         <Scrolling AllowScroll="true" ScrollHeight="70px" UseStaticHeaders="true"   />
</
ClientSettings>

Thanks,
Princy.
0
Stepan
Top achievements
Rank 1
answered on 18 May 2011, 12:42 PM
Dear Princy,

Thank you for you reply.

But I'm affraid your solution does quite different thing that I was asking about...

What you suggest just makes the area covered by the vertical scroll bar of HEIGHT 70px. While I needed to make the vertical scroll bar itself of a certain WIDTH (say, 40px)

- Stepan.
Tags
Grid
Asked by
Stepan
Top achievements
Rank 1
Answers by
Stepan
Top achievements
Rank 1
Princy
Top achievements
Rank 2
Share this question
or