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. Browser Resizing

Browser Resizing

Scheduled Pinned Locked Moved ASP.NET
comquestion
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.
  • F Offline
    F Offline
    freshonlineMax
    wrote on last edited by
    #1

    Hi I dont want to see wrapping text on browser resizing. Like this window yo see now (Codeproject.com) I want that, when user resizing the browser window, horizontal scrollbar activate instead of text wrapping. What should i do? Tanx

    D N 2 Replies Last reply
    0
    • F freshonlineMax

      Hi I dont want to see wrapping text on browser resizing. Like this window yo see now (Codeproject.com) I want that, when user resizing the browser window, horizontal scrollbar activate instead of text wrapping. What should i do? Tanx

      D Offline
      D Offline
      divyesh1432
      wrote on last edited by
      #2

      You can set nowrap="nowrap" in <td tag eg.

      This is sample code testing for nowrap. This is sample code testing for nowrap. This is sample code testing for nowrap. This is sample code testing for nowrap. This is sample code testing for nowrap. This is sample code testing for nowrap.

      You can also have same with div tag.

      This is sample code testing for nowrap. This is sample code testing for nowrap. This is sample code testing for nowrap. This is sample code testing for nowrap. This is sample code testing for nowrap. This is sample code testing for nowrap.

      F 1 Reply Last reply
      0
      • F freshonlineMax

        Hi I dont want to see wrapping text on browser resizing. Like this window yo see now (Codeproject.com) I want that, when user resizing the browser window, horizontal scrollbar activate instead of text wrapping. What should i do? Tanx

        N Offline
        N Offline
        N a v a n e e t h
        wrote on last edited by
        #3

        Give your table/controls width in %.

        All C# applications should call Application.Quit(); in the beginning to avoid any .NET problems.- Unclyclopedia My Website | Ask smart questions

        F 1 Reply Last reply
        0
        • N N a v a n e e t h

          Give your table/controls width in %.

          All C# applications should call Application.Quit(); in the beginning to avoid any .NET problems.- Unclyclopedia My Website | Ask smart questions

          F Offline
          F Offline
          freshonlineMax
          wrote on last edited by
          #4

          Tanx, But Always i worked with % and it doesn't the answer.

          1 Reply Last reply
          0
          • D divyesh1432

            You can set nowrap="nowrap" in <td tag eg.

            This is sample code testing for nowrap. This is sample code testing for nowrap. This is sample code testing for nowrap. This is sample code testing for nowrap. This is sample code testing for nowrap. This is sample code testing for nowrap.

            You can also have same with div tag.

            This is sample code testing for nowrap. This is sample code testing for nowrap. This is sample code testing for nowrap. This is sample code testing for nowrap. This is sample code testing for nowrap. This is sample code testing for nowrap.

            F Offline
            F Offline
            freshonlineMax
            wrote on last edited by
            #5

            Tanx It worked, however Asp.Net 2.0 said : A new construct is recommended. regards

            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