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. Can I scroll in a column of a table?

Can I scroll in a column of a table?

Scheduled Pinned Locked Moved ASP.NET
databasehelpquestion
5 Posts 3 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.
  • A Offline
    A Offline
    astcws
    wrote on last edited by
    #1

    Hello, there. I have about the problem about the table. I creat a table that was fixed width and heigth because I want to change the picture dynamic in each column. But one column need to bind the database, and the data won't fit to the fixed column. Can I only make this column scrollable and the other column fixed?? thanks for every response.

    A 1 Reply Last reply
    0
    • A astcws

      Hello, there. I have about the problem about the table. I creat a table that was fixed width and heigth because I want to change the picture dynamic in each column. But one column need to bind the database, and the data won't fit to the fixed column. Can I only make this column scrollable and the other column fixed?? thanks for every response.

      A Offline
      A Offline
      Aryadip
      wrote on last edited by
      #2

      Hi, by column do you mean all the cells in that column??. If so, then you may use ASP.NET Panel control in each cell and set the style property to "overflow:auto". This will make each cell of that particular column scrollable. But the limitation with this is : it works only with IE 5.5 above. In other browsers the scroll bars doesn't appear. regards, Aryadip. Cheers !! and have a Funky day !!

      A 1 Reply Last reply
      0
      • A Aryadip

        Hi, by column do you mean all the cells in that column??. If so, then you may use ASP.NET Panel control in each cell and set the style property to "overflow:auto". This will make each cell of that particular column scrollable. But the limitation with this is : it works only with IE 5.5 above. In other browsers the scroll bars doesn't appear. regards, Aryadip. Cheers !! and have a Funky day !!

        A Offline
        A Offline
        astcws
        wrote on last edited by
        #3

        I got it...Thank you very much. HaHa...I feel I am too stupid to ask this question because I am a beginner. Anyway,thank you again.

        P 1 Reply Last reply
        0
        • A astcws

          I got it...Thank you very much. HaHa...I feel I am too stupid to ask this question because I am a beginner. Anyway,thank you again.

          P Offline
          P Offline
          Paul Watson
          wrote on last edited by
          #4

          It is not a stupid question, not many people know of overflow: auto. Also it does work in most modern browsers, not just IE5.0 :) regards, Paul Watson Bluegrass South Africa Chris Maunder wrote: "I'd rather cover myself in honey and lie on an ant's nest than commit myself to it publicly." Jon Sagara replied: "I think we've all been in that situation before." Crikey! ain't life grand?

          A 1 Reply Last reply
          0
          • P Paul Watson

            It is not a stupid question, not many people know of overflow: auto. Also it does work in most modern browsers, not just IE5.0 :) regards, Paul Watson Bluegrass South Africa Chris Maunder wrote: "I'd rather cover myself in honey and lie on an ant's nest than commit myself to it publicly." Jon Sagara replied: "I think we've all been in that situation before." Crikey! ain't life grand?

            A Offline
            A Offline
            astcws
            wrote on last edited by
            #5

            Yeah...exactly. After I saw your message, I went to library and rent a book(O'reilly Cascading Style Sheets). But I can find this attribute. May I ask you how can I get more information about it? Isn't it CCS ? Or it is offered from others that I never know? Thank you very much.

            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