Panel with horizontal scrollbar

Ask a Question related to ASP.NET General, Design and Development.

  1. #1

    Default Panel with horizontal scrollbar

    Hi,

    I want a Horizontal scrollbar to appear in my Panel control when I add new
    controls to it (when the width is getting too big).
    The Vertical scrollbar is easy (adding overflow: auto to the style attribute
    of the panel element).
    Now when I dynamicly add controls to the Panel control the controls are
    getting places at the next line (I did not add a <br>) instead of at the
    same line (the horizontal scrollbar should appear now).
    I looked at other postings about horizontal scrollbars but there is no place
    where there are Panel controls behaving like I would like them to.

    Can someone help me any further?

    Thanks, Marco


    Marco Liedekerken Guest

  2. Similar Questions and Discussions

    1. ScrollBar in a Custom Floater Panel
      Hi Danilo & Girish. I see that Dreamweaver's built in floaters might have scroll (like in the Asset floater, for example). now, this might be a...
    2. Scrollbar using CSS horizontal problem
      How can I get rid of these horizontal scrollbars on all my pages that I have used layers on for use as a scrolling area without the use of...
    3. How to have datagrid with horizontal scrollbar
      There is a way to have a datagrid with horizontal scrollbar? Thanks
    4. How get horizontal scrollbar to display?
      What do I have to do to get the horizontal scrollbar to display in a WinForms DataGrid? -- Bill
    5. horizontal scrollbar
      how can it be that a user with the access runtime cannot use the arrows aside a scrollbar but can use the bar itself and a user (me :p) with full...
  3. #2

    Default Re: Panel with horizontal scrollbar

    try enclosing in a div tag

    "Marco Liedekerken" <MLiedekerken@cardano-riskmanagement.nl> wrote in
    message news:Ol4wNA7ODHA.2316@TK2MSFTNGP11.phx.gbl...
    > Hi,
    >
    > I want a Horizontal scrollbar to appear in my Panel control when I add new
    > controls to it (when the width is getting too big).
    > The Vertical scrollbar is easy (adding overflow: auto to the style
    attribute
    > of the panel element).
    > Now when I dynamicly add controls to the Panel control the controls are
    > getting places at the next line (I did not add a <br>) instead of at the
    > same line (the horizontal scrollbar should appear now).
    > I looked at other postings about horizontal scrollbars but there is no
    place
    > where there are Panel controls behaving like I would like them to.
    >
    > Can someone help me any further?
    >
    > Thanks, Marco
    >
    >

    Rajesh.V Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139