Click here to Skip to main content
15,882,017 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Hi All,

I have a problem about displayed scroll bar on Surface PC.
My grid is set allay display vertical scroll bar
CSS
.gridProductlist {
   overflow-y: scroll !important;
}


It run OK on IE of PC but when run on Surface PC(OS: Window8), my grid don't show scroll bar.
I debugged and see that the root cause is on device(Surface PC) on my side add automation style is
CSS
inline style {
   overflow : hidden;
}
.

This inline style was hidden my scroll.

Now I want my gird always display scroll when run on PC and device surface PC(OS: window).
(P/S: the scroll of container is displayed normally)

help me please!

Thanks in advace

What I have tried:

I want my gird always display scroll when run on PC and device Note PC(OS: window)
Posted
Updated 14-Mar-16 1:59am
v3

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900