Monday, March 26, 2012

panel control with horizontal sliders

i need a control for a .net 2.0 web app that divides the page into two
panels, the first of which should have a horizontal slider should the
content become too wide to fit in the allowed width of the panel. i know i
could do this with iFrame, but would hate to resort to that. is such a
control available?
tksyou can use a div with the style overflow:auto
-- bruce (sqlwork.com)
Dica wrote:
> i need a control for a .net 2.0 web app that divides the page into two
> panels, the first of which should have a horizontal slider should the
> content become too wide to fit in the allowed width of the panel. i know i
> could do this with iFrame, but would hate to resort to that. is such a
> control available?
> tks
>

0 comments:

Post a Comment