473,408 Members | 2,734 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,408 software developers and data experts.

Scrollable area

How can I display a (division or something) box with controls in it and it is
scrollable both horizontally and vertically in my Webform?

Nov 19 '05 #1
3 1226
rkbnair wrote:
How can I display a (division or something) box with controls in it and it is
scrollable both horizontally and vertically in my Webform?

Put div tags around it with a fixed width and height and set the
overflow on 'auto'

Something like

<div style="width:400px; height:400px; overflow:auto;">

.... your controls go here ...

</div>
//Rutger
Nov 19 '05 #2
Use an <IFrame></IFrame> Tag and display a second page in the frame.

IE:

<IFrame framespacing="0" border="0" frameborder="0" width="200" height="200"
src="MyPage.aspx"></IFrame>

B Comrie
http://www.codewidgets.com

"rkbnair" <rk*****@discussions.microsoft.com> wrote in message
news:70**********************************@microsof t.com...
How can I display a (division or something) box with controls in it and it is scrollable both horizontally and vertically in my Webform?

Nov 19 '05 #3
You can use a control called MultiPage control from Internet Explorer
Web Controls library.

On Wed, 19 Jan 2005 23:43:05 -0700, "B. Comrie" <rb****@hotmail.com>
wrote:
Use an <IFrame></IFrame> Tag and display a second page in the frame.

IE:

<IFrame framespacing="0" border="0" frameborder="0" width="200" height="200"
src="MyPage.aspx"></IFrame>

B Comrie
http://www.codewidgets.com

"rkbnair" <rk*****@discussions.microsoft.com> wrote in message
news:70**********************************@microso ft.com...
How can I display a (division or something) box with controls in it and it

is
scrollable both horizontally and vertically in my Webform?


Nov 19 '05 #4

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

3
by: SebiF | last post by:
Hello, It might have been asked before but since I could not find a reference here's my qustion: I want a liquid layout similar to this one:...
25
by: Michael Schuerig | last post by:
I'm trying to do something seemingly very simple, but it's brought me close to crushing my head on the keyboard. All I want is a table where the head row is fixed and the body columns below are...
3
by: JezB | last post by:
I have a Page in which I dynamically create an HtmlTable at run-time. The problem is this table might be quite long. I'd like to create it within a separately scrollable area so that the user does...
2
by: UJ | last post by:
I've got area of a screen that needs to be scrollable (it's a long list from a database) but only that section should be scrollable - not the whole page. How do I do this? A panel? TIA - Jeffrey.
1
by: Keimo Repo | last post by:
Hello I would need some advice, even just speculations... A customer of ours insists on a couple of customer specific design features for our existing multi-customer web application: - A...
0
by: Quivis | last post by:
Hello, I have this idea for a "normal" css layout, header, scrollable area, footer, but I want the footer "static", in the sense that it should stay at the bottom of the window, and have the...
3
by: Les | last post by:
I was wondering if in Visual Basic.net if Microsoft has made it any easier to scroll within a form. In VB 6 to do that required 2 picture windows that would in effect simulate a scrollable...
0
by: Rune Jacobsen | last post by:
Hi all, In my project I have a control (described in an earlier post) which basically consists of three "subcontrols": One big area where the vital data is displayed (scrollable, since it will...
1
by: aashen | last post by:
I'm trying to create a scrollable text/image area using javascript and css. The found a script which I thought was working properly. The following link contains the script: ...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.