Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. Web Development
  3. ASP.NET
  4. Horizontal Scrollbar, GridView and Styles

Horizontal Scrollbar, GridView and Styles

Scheduled Pinned Locked Moved ASP.NET
csharphtmlcssasp-netvisual-studio
3 Posts 2 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • P Offline
    P Offline
    paas
    wrote on last edited by
    #1

    I am developing a web application in ASP.NET, using Visual Studio 2010 - Framework 4.0, that is to be run under IE 8 only. To establish horizontal scrollbars with the GridView when the contents of a grid will be wider than the established page width (1280), I am placing the grid inside a

    tag that has its style set to style="-ms-overflow-x:scroll;width:100%;". Below is a shorthand/skeleton code example of the HTML being used. The horizontal scrollbar works for most of the users, but some users do not get the scrollbar at all and, therefore, cannot see the entire contents of the grid. They are all using the same browser so I suspect a simple configuration issue but I have not determined the issue. Does anyone know why the scrollbar would not show up in the browser for some users? Thanks...

        ......
    
    A 1 Reply Last reply
    0
    • P paas

      I am developing a web application in ASP.NET, using Visual Studio 2010 - Framework 4.0, that is to be run under IE 8 only. To establish horizontal scrollbars with the GridView when the contents of a grid will be wider than the established page width (1280), I am placing the grid inside a

      tag that has its style set to style="-ms-overflow-x:scroll;width:100%;". Below is a shorthand/skeleton code example of the HTML being used. The horizontal scrollbar works for most of the users, but some users do not get the scrollbar at all and, therefore, cannot see the entire contents of the grid. They are all using the same browser so I suspect a simple configuration issue but I have not determined the issue. Does anyone know why the scrollbar would not show up in the browser for some users? Thanks...

          ......
      
      A Offline
      A Offline
      Anuj Banka
      wrote on last edited by
      #2

      You are saying browser for all is same but the resolution may be different. Check with the different resolutions.

      ANuj

      P 1 Reply Last reply
      0
      • A Anuj Banka

        You are saying browser for all is same but the resolution may be different. Check with the different resolutions.

        ANuj

        P Offline
        P Offline
        paas
        wrote on last edited by
        #3

        Thanks for the reply. I expect the issue is related to a configuration difference but it is not the resolution as the resolution on the 'failing' PCs is the same as that on the successful PCs. Thanks Again...

        1 Reply Last reply
        0
        Reply
        • Reply as topic
        Log in to reply
        • Oldest to Newest
        • Newest to Oldest
        • Most Votes


        • Login

        • Don't have an account? Register

        • Login or register to search.
        • First post
          Last post
        0
        • Categories
        • Recent
        • Tags
        • Popular
        • World
        • Users
        • Groups