Ask a Question related to ASP.NET General, Design and Development.
-
Marco Liedekerken #1
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
-
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... -
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... -
How to have datagrid with horizontal scrollbar
There is a way to have a datagrid with horizontal scrollbar? Thanks -
How get horizontal scrollbar to display?
What do I have to do to get the horizontal scrollbar to display in a WinForms DataGrid? -- Bill -
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... -
Rajesh.V #2
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...attribute> 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 styleplace> 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> where there are Panel controls behaving like I would like them to.
>
> Can someone help me any further?
>
> Thanks, Marco
>
>
Rajesh.V Guest



Reply With Quote

