473,769 Members | 6,499 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

how to make the scrollbars always shown?

Is there any way to make them always shown?
The VScroll and HScroll seem not working at all.
Any one knows why?
Nov 15 '05 #1
1 1553
Not that I know of.

The scrollbars will only show if the data is more than it can be shown on
the view. And if the data can be held within the current view, the
scrollbars won't show, and so you can get a larger view area thann if they
would.
--------------------
Content-Class: urn:content-classes:message
From: "celeluck" <an*******@disc ussions.microso ft.com>
Sender: "celeluck" <an*******@disc ussions.microso ft.com>
Subject: how to make the scrollbars always shown?
Date: Wed, 15 Oct 2003 00:19:23 -0700
Lines: 3
Message-ID: <09************ *************** *@phx.gbl>
MIME-Version: 1.0
Content-Type: text/plain;
charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
X-Newsreader: Microsoft CDO for Windows 2000
Thread-Index: AcOS7KjVc30hxH8 GT0izaBUuDT50mg ==
X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4910.0300
Newsgroups: microsoft.publi c.dotnet.langua ges.csharp
Path: cpmsftngxa06.ph x.gbl
Xref: cpmsftngxa06.ph x.gbl microsoft.publi c.dotnet.langua ges.csharp:1914 09
NNTP-Posting-Host: TK2MSFTNGXA11 10.40.1.163
X-Tomcat-NG: microsoft.publi c.dotnet.langua ges.csharp

Is there any way to make them always shown?
The VScroll and HScroll seem not working at all.
Any one knows why?


Nov 15 '05 #2

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

Similar topics

2
1656
by: JohnK | last post by:
Hi all, This is my first time visiting this group. I already tried two other java groups, but those aren't very populated. I don't know if it is the right one, otherwise please tell me in which group I have to put me question. And yes I know that I'm multiposting, crossposting or whatever. Reason is that I saw this group (comp.lang.javascript) later. Well the question is as follows:
8
1938
by: Pauli Østerø | last post by:
I have a serious problem. I have made an Control which draws a blueprint of a building and a related SpotMatrix. I have made it possible to zoom in on the blueprint and scroll around if the size esceeds the size of the control. But there is something weird happening. Thus more i zoom ind, the bigger gets the miscalculation of the scrollbars maxvalues. That results in that i'm able to scroll to far to the right and down. My ZoomLevel...
2
2030
by: felix | last post by:
Hi, I've a UserControl with the property AutoScroll = true. Thus, when child-controls overlap the visible area, the scrollbars are shown. How do I query the size or width of the scrollbars? In my DisplaySettings of windows I can set the width of the scrollbars (currently 17px on my machine). But I can't find where to get this value from in C#.
0
381
by: zlf | last post by:
While I build the project after making a few changes to it, visual studio will prompt me :"These project configuration(s) are out of date:...Would you like to build them?". It is annoying. What I want to do is make visual studio automatically choose building projects in such suitation instead of prompting me. How can I make this? Thanks (I have asked this question on VStuido group, but no one give me answer. So I only can post this on...
5
4943
by: MrNobody | last post by:
I'm doing some custom drawing to a Panel object overriding the onPaint, and the stuff I draw usually goes beyond the ClipRectangle of the panel's current size- so I set autoscroll to true yet it never shows scrollbars. I also tried putting my custom Panel inside of a regular Panel with Autoscroll true andf it still does not work. What can I do to make scrollbars appear? Is there a size setting I have to change on my Panel so that it...
2
1931
by: Ryan Liu | last post by:
private void dt_RowDeleted(object sender, DataRowChangeEventArgs e) { int id= (int)e.Row; if(id >5) { e.Row.RejectChanges(); MessageBox.Show(this, "Can not delete!" + id); }
2
7211
by: Alan T | last post by:
How do I make it does NOT appear on the task bar when it is started?
0
951
by: Equilibrium | last post by:
Hi , I have MenuStrip in a form and i've add a ToolStripMenuItem called toolStripMenuItemRoot. I want the items of this toolStripMenuItemRoot to always shown. At the beggining it's ok in the Form_Shown event i've placed: toolStripMenuItemRoot.ShowDropDown();
1
1990
by: junis | last post by:
dear all.. i have some application running (ex. Winword, Notepad, and My Application). the objective is ... i want My Application always active ... i mean that the windows is always see in screen and any other can't be active ... thx 4 ur advice -junis-
0
9587
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, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
10211
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, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
10045
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 tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
0
9863
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 protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
8870
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
1
7406
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 presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
5298
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
0
5447
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
3958
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system

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.