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. Alignment of controls

Alignment of controls

Scheduled Pinned Locked Moved ASP.NET
csharpasp-net
4 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.
  • C Offline
    C Offline
    chandler83
    wrote on last edited by
    #1

    I have a asp.net page which i open it inside a form with fixed layout. Once the form is loaded the inside controls exceeds the form size, and i am not able to access the controls. I disabled the body scroll=no, since this is an requirement. Is there any other way to bring the controls inside the form without altering the form size. thanks in advance.........

    V 1 Reply Last reply
    0
    • C chandler83

      I have a asp.net page which i open it inside a form with fixed layout. Once the form is loaded the inside controls exceeds the form size, and i am not able to access the controls. I disabled the body scroll=no, since this is an requirement. Is there any other way to bring the controls inside the form without altering the form size. thanks in advance.........

      V Offline
      V Offline
      Vasudevan Deepak Kumar
      wrote on last edited by
      #2

      How about a scrollable DIV encompassing the form? So you get a little scrollbar for the DIV alone?

      Vasudevan Deepak Kumar Personal Homepage
      Tech Gossips
      A pessimist sees only the dark side of the clouds, and mopes; a philosopher sees both sides, and shrugs; an optimist doesn't see the clouds at all - he's walking on them. --Leonard Louis Levinson

      C 1 Reply Last reply
      0
      • V Vasudevan Deepak Kumar

        How about a scrollable DIV encompassing the form? So you get a little scrollbar for the DIV alone?

        Vasudevan Deepak Kumar Personal Homepage
        Tech Gossips
        A pessimist sees only the dark side of the clouds, and mopes; a philosopher sees both sides, and shrugs; an optimist doesn't see the clouds at all - he's walking on them. --Leonard Louis Levinson

        C Offline
        C Offline
        chandler83
        wrote on last edited by
        #3

        superb that works.... any idea how to disable the Verticle scrolling inside the div element? Million advance thanks..

        E 1 Reply Last reply
        0
        • C chandler83

          superb that works.... any idea how to disable the Verticle scrolling inside the div element? Million advance thanks..

          E Offline
          E Offline
          Elayaraja Sambasivam
          wrote on last edited by
          #4

          style = "overflowY :hidden;overflowX:auto"

          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