Scroll Bar doesn't show up in Design View?

Last post 04-23-2008 10:25 AM by Xavier33. 11 replies.

Sort Posts:

  • Scroll Bar doesn't show up in Design View?

    08-23-2007, 6:38 AM
    • Loading...
    • benjib98
    • Joined on 08-23-2007, 10:26 AM
    • Posts 81

    Hi everybody,

    I am a bit novice on this forum, so be patient please :)

    Not sure whether this is settings related in VS2005, but in Design View (Web Application) the scroll bar doesn't show up which is very annoying for me.In WebSite design view the scroll bar is present,so I am wondering what can cause this problem.Every answer will be appreciqated.

    PS:As I heard this was a bug in older version of VS(?2003?), but I am using VS2005.

    Thanks

     
    Ben
     

  • Re: Scroll Bar doesn't show up in Design View?

    08-23-2007, 9:39 AM
    • Loading...
    • amolchikurte
    • Joined on 05-29-2007, 4:43 AM
    • Pune,India
    • Posts 42

    Hi Friend,

     Actually I have little bit confusion in your Question
    that, Do you want scrollbar to complete DesignView or do you
    want to show the scrollBar using DIV Tag

     

    Regards
    Amol Chikurte

    don't forget to "MARK AS ANSWER" if answer is desired.

    Thanks And Regards

    __ AMOL

    Without your involvement you can not succeed.
    With your involvement you can not fail.
  • Re: Scroll Bar doesn't show up in Design View?

    08-23-2007, 9:49 AM
    • Loading...
    • benjib98
    • Joined on 08-23-2007, 10:26 AM
    • Posts 81

     Hi Amol,

    I  want tha scrollbar to be present when I switch to design view in VS2005.This is present in Website projects, but missing in WebApplication projects when switching to design view.So if I have a resolution on my screen, where the design view is not fully visible I want to use the scrollbar, as it would be normal.

     Regards

    Ben 

  • Re: Scroll Bar doesn't show up in Design View?

    08-28-2007, 1:13 AM
    Answer

    Hi Ben,

    From your description, I understand that the build-in scroll bar disappears when you open an aspx file in Design View, so that you cannot drag the scroll bar to view all the elements in the page. In addition, this issue only occurs for Web Application project. If there has been any misunderstanding, please let me know.

    In my opinion, this should be a Visual Studio IDE issue. Please try to run “devenv /resetsettings” or “devenv /setup” in Visual Studio 2005 Command Prompt. This method will initialize the IDE. If those commands cannot fix this issue, please try to repair Visual Studio from: Control Panel | Add or Remove Programs | Visual Studio 2005 | Change/Remove | Repair

     

    Sincerely,
    Benson Yu
    Microsoft Online Community Support

    Please remember to mark the replies as answers if they help and unmark them if they provide no help. This can be beneficial to other community members reading the thread.
  • Re: Scroll Bar doesn't show up in Design View?

    08-29-2007, 5:54 AM
    Answer
    • Loading...
    • benjib98
    • Joined on 08-23-2007, 10:26 AM
    • Posts 81

     Hi Benson,

     You spot it rightly, I am having this particular problem only in a Web Application's Design View. I tried your suggestion, namely the devenv /resetsettings and it seems to work in a simple Web Application, but the one I work on is still without the scrollbar. Maybe the source code is too complex, but at least I got it work for main simple Web Appl.

    This is a very annoying problem, which can cause headache after time,especially if you work on a more complex application.

    Thank you very much for your help, I did really appreciate.

    Cheers

    Ben
     

  • Re: Scroll Bar doesn't show up in Design View?

    09-12-2007, 3:18 AM
    • Loading...
    • Xavier33
    • Joined on 06-29-2006, 5:37 AM
    • Lleida, Spain
    • Posts 51

    Hi!

    I am having the same problem. Could you finally solve it?

    I have the vertical scroll bar when I am in Source mode but not in Design mode (in some projects)

    And it also makes me get very nervous because I must switch betwen both modes all the time.

    Thanks for any help you could provide me with.

    By the way, I use VS 2005 with Framework 3.0.

    Sincerely,

    Xavier 

     

     

    Sincerely,
    Xavier Boneu
  • Re: Scroll Bar doesn't show up in Design View?

    09-12-2007, 4:51 AM
    • Loading...
    • benjib98
    • Joined on 08-23-2007, 10:26 AM
    • Posts 81

     

     Hi Xavier,

    I am using VS 2005 Framework 2.

     As you can read the comments, the devenv /resetsettings or the other could help, in my case was the first devenv /resetsettings.
    Just one thing to mention about this issue:it also depends what project you work on as I have seen some projects, where a particular CSS style setting disabled the scroll bar, so also a good idea to look around these settings.

    Good luck

    Ben
     

  • Re: Scroll Bar doesn't show up in Design View?

    11-09-2007, 3:56 PM
    Answer
    • Loading...
    • A123Kidd
    • Joined on 10-19-2007, 1:40 PM
    • Posts 5

    overflow-x: hidden;

    I had the above CSS code to disable the horizontal scrollbar in the browser. When I removed it the scrollbar in design view came back.

    Dre 

     

  • Re: Scroll Bar doesn't show up in Design View?

    11-10-2007, 12:35 PM
    • Loading...
    • Xavier33
    • Joined on 06-29-2006, 5:37 AM
    • Lleida, Spain
    • Posts 51

    Great!! Fantastic!! Marvelous!!!

    It works!!. Thanks a lot!!!!

    Sincerely,
    Xavier Boneu
  • Re: Scroll Bar doesn't show up in Design View?

    01-03-2008, 3:41 AM
    • Loading...
    • Kamarikan
    • Joined on 02-15-2007, 9:38 AM
    • Tehran
    • Posts 21

    hey man ,

    you really reset all of your settings becouse of a simple scrollbar and tell all people its a bug ?

    heh , are you kidding ?

    you can use a short cut to controlling this scroll bar , just a simple short cut

    ( CTRL + E ) + ( CTRL + W )

    Once its enable scrollbar and once disable it

    please mark this post as correct answer becouse of future visitors ,

    Thank you ,

    Nasser Hajloo
    Tehran , Iran , Middle east
  • Re: Scroll Bar doesn't show up in Design View?

    04-21-2008, 4:23 AM
    • Loading...
    • bashirmalik
    • Joined on 04-21-2008, 7:31 AM
    • Lahore
    • Posts 2

    hi

     

    i m facing same problem but little bit different.

    when i create a ne web site scrol bar in design veiw working.

    but in existing web project not shown.

    is there any body know how to fix this problem?

    is there any info about design saved in project?

    regards

    Bashir Ahmed Malik

    Bashir Ahmed
  • Re: Scroll Bar doesn't show up in Design View?

    04-23-2008, 10:25 AM
    • Loading...
    • Xavier33
    • Joined on 06-29-2006, 5:37 AM
    • Lleida, Spain
    • Posts 51

    Hi,

    Try removing the following line from your code.

    overflow-x: hidden;

     

    Sincerely,

    Xavier

    Sincerely,
    Xavier Boneu
Page 1 of 1 (12 items)