Horizontal scroll bar for Gridweb - Do we have something like IsVScrollBarVisible and IsHScrollBarVisible for Webworksheet?

Do we have something like IsVScrollBarVisible and IsHScrollBarVisible for Webworksheet?

Hi,

Well, you need to use GridWeb’s NoScroll attribute.

e.g

GridWeb1.NoScroll = true;



Thank you.

I just want to remove horizontal scroll bar and keep vertical scroll bar. Is there a way to do it?

Hi,

Please try the attached version.

We have implemented NoHScroll and NoVScroll attributes of the GridWeb
to set the visibility of horizontal or vertical scroll bars in
Aspose.Cells.GridWeb v<st1:chsdate isrocdate=“False” islunardate=“False” day=“30” month=“12” year=“1899” w:st=“on”>2.1.0</st1:chsdate>.2002 (attached).<o:p></o:p>

Sample code:

GridWeb1.NoHScroll = true;



Thank you.