Tagged Questions
0
votes
0answers
18 views
Program moves scroll automatically to top in runtime built controls
I'm working on a project that needs to have a page with controls being repeated for the number of elements to be introduced. For example, if I need to configure 5 elements, i will have 5 rows with ...
0
votes
0answers
36 views
Custom ListBox not scrolling properly with DrawMode.OwnerDrawVariable
I made a custom ListBox so I could change the way it was drawn. I've set DrawMode to OwnerDrawVariable, and have handled both the DrawItem and MeasureItem event.
When I scroll down the list box, it ...
0
votes
1answer
43 views
WinForms scrollable control touch behavior
I have a SplitContainer which contains Atalasoft's AnnotateViewer. Class hierarchy is as follows:
System.Windows.Forms.Control
Atalasoft.Imaging.WinControls.ScrollPort
...
...
2
votes
1answer
130 views
Panel loses content when scrolled down
I have 2 panels inside one larger panel. The 2 inner panels auto size and the outer panel auto scrolls so that I can scroll down the content of my 2 panels together.
I use the paint event to draw ...
2
votes
3answers
89 views
Can not click button when a method running
private void AddMyScrollEventHandlers()
{
VScrollBar vScrollBar1 = new VScrollBar();
}
private void button1_Click(object sender, EventArgs e)
{
while (true)
{
...
2
votes
0answers
28 views
What is default autoscrolling interval and step?
I'm writing custom tree control from scratch and I've yet implemented most of default behaviors of Windows control. My last change involved adding so called autoscroll feature: if you start making a ...
0
votes
2answers
143 views
Scrolling list view when another list view is scrolled
in my win forms app, i am using two List views to compare two files.
when user selects two files using folder browser, files are loaded in List views.
i compare the files and lines that are not ...
1
vote
1answer
333 views
Label Scroll effect
Im using a Label where text input from a text box is shown in that label. Now, I whant to make the label text scroll. I´ve looked around through the internet and I tried to write this into the code ...
0
votes
0answers
119 views
How to use native touch scrolling on a Windows 7 tablet in a custom WinForms control?
We are working hard on our .NET WindowsForms grid control to make it better every day and to support as much environments as we can, and now it's time to add the support of the built-in Windows OS ...
3
votes
1answer
166 views
how can i focus and move scrollbar in listview
I have a ListView and I do some select on the selected change event
private void seleccionarIndexEnLista(int i)
{
lstvClientes.Items[i].Selected = true;
...
5
votes
2answers
160 views
painting a button in winform panel while the panel is scrolled
In a panel i draw controls such as button/textbox positioned starting (0,0) in the panel. These controls are invisible and disabled at the start. I have a button outside the panel that makes these ...
0
votes
0answers
161 views
Why does DataGridView scrolling position change after focus
I have DataGridView in one of the Form.
So there is one problem:
On a small resolution when the Form is on Top Scrolling and after that if I double click on first row of the DataGridView then the ...
2
votes
0answers
219 views
Fixed part in custom painted usercontrol with autoscroll c# windows forms
I would like to create a table like control where a number of top rows stay in place when scrolling.
I paint the control in an override of the OnPaint method.
When scrolling some partial repaint ...
3
votes
1answer
173 views
“scroll” single-line textbox
I am trying to "scroll" a single line textbox to the left while some text is selected, without changing the selection.
In above picture I have a textbox A with selection of letters M to Z, but I ...
1
vote
1answer
140 views
Column DisplayIndex Incorrect When Scrolling
I'm working with a DataGridView, and ran into a problem where the columns are sometimes not displayed in the correct order according to the DisplayIndex. I found a mention of the same problem on a ...
2
votes
1answer
400 views
Autoscrolling in RichTextBox C# WinForms
How can I do that if I append some text the RTB will automatically scroll down?
Now I'm using:
conversationRtb.Rtf = tab.conversationRtb.Rtf;
conversationRtb.SelectionStart = ...
0
votes
1answer
407 views
associate custom scrollbar with panel
I wish to make custom horizontal scrollbar that would be longer than width of panel that I would like to scroll with it. How to connect it?
ScrollBar hScrollBar = new HScrollBar();
...
0
votes
0answers
152 views
stop autoscrolling to the top in c#
I have a richTextBox, and i am updating it with some text, and when I add more text, the rtf is scrolling back to the top, instead of keeping the scroll to the button. To be more precise, I am ...
0
votes
1answer
344 views
Windows Forms: preserving scroll position after redraw
I am building a simple image browser/viewer application in Windows Forms.
The main Form contains a Panel control with AutoScroll enabled to create a scrollable content area for the images beneath ...
1
vote
0answers
180 views
Scrolling TreeView from code-behind WinForms
I'm writing an application in winForms (C#) wich will be Touch-able. And i have problem witch scrolling a TreeView, i know how to catch when user want to scroll content of TreeView by finger but i ...
0
votes
1answer
62 views
Moving DataGridViewRow by 1cm in 1 hour
For Winform DataGridView, what I want to do is move the rows up/down by 1 cm in 1 hour. I googled about it but could not find anything which can give me a clue. Just to be more specific, let's say I ...
0
votes
1answer
870 views
Panel fixed position
I have a Panel in a Form and I want it to be in a fixed position on the top of the Form. So, if I scroll down, the panel will always be visible.
Do you know how can I do this?
1
vote
4answers
436 views
How to make a label scroll a word back and forth?
I came up with the idea of making a label scroll a word to one side and then change the word and scroll back to the other like so
"ping "
" ping "
" ping "
" ...
2
votes
3answers
457 views
How to take a long string and scroll it in a 15 character text control/label?
I am trying to take the lyrics of a song and scroll it in a label, but I want the label to only show 15 characters at a time. It would be like a steady scroll to the end of the song. How would I go ...
0
votes
3answers
292 views
How can I make a scrollable list of textboxes?
In my Winforms program the user chooses a combobox value of 2-16 and I would like to generate a corresponding number of textboxes when they press a button, preferably in a scrollable list to keep the ...
0
votes
2answers
285 views
How to link the scrollbar position of a set of controls?
I write a class Scope inherit UserControl. I use some Scope to draw some figures that have the same time stamp. So I want to scroll all Scope when I scroll one of them.
I think I just make OnScroll ...
2
votes
3answers
6k views
C# Scrolling a Panel in windows forms
I'm using VS2010, Windows 7
I have a panel with lots of picture-boxes. It has
AutoScroll = true
The scroll bars work properly when i drag it, or click on it. However, i want to scroll it with the ...
0
votes
1answer
417 views
How do I scroll a StatusStrip control in VB.NET WinForms?
Is there any way to scroll in a StatusStrip when its controls exceed form viewing area? My StatusStrip acts as a taskbar with a lot of labels (acting as buttons) which if there are too many might go ...
5
votes
3answers
6k views
How do I make the DataGridView show the selected row (Winforms)?
I need to force the DataGridView to show the selected row. In short, I have a text box that changes the DGV selection based on what is typed into the box. When this happens, the selection changes to ...
0
votes
4answers
1k views
Enable scroll bar from disabled listview in C#
I'm getting confusion. I'm set :
this.listView1.Enabled = false;
when i make do that listview's scroll bars are disabled, too. I want to see all listviewitems in listview with scroll bars when ...
0
votes
1answer
349 views
c# MouseWheel Scroll and RTB VScroll Event
I am a bit confused:
We have a chat application that has a requirement to NOT scroll chat, if the user is scrolled up; and we have a scrollInfo class that provides us with the ability to check if the ...
0
votes
1answer
444 views
Adding dynamic controls to form with auto scroll
When I add my controls to the form, it goes fine until I try to specify a location larger than int16.MaxValue. The controls just pile up on top of each other. Here is code which is simplified but ...
0
votes
1answer
120 views
Auto Scroll on All Sides
I have a panel with autoscroll set to true. In this panel I have a graphical control representing a drawing canvas. Zooming in to the canvas means that the graphical control increases in size and ...
2
votes
1answer
742 views
Make the image scrollable
I have TabPageControl and some TabPages inside it. I need to put the big image into the tabpage and change it every 30 sec and I want to see just a part of the image. So I need scrolling. But I have ...
0
votes
0answers
86 views
Scrollbars break when the window is resized [duplicate]
Possible Duplicate:
How to fix scrollbars when the window or container is resized?
I'm using the HScrollBar and VScrollbar control to pan around a GraphicsDeviceControl. Basically, it ...
3
votes
2answers
727 views
How to fix scrollbars when the window or container is resized?
Currently in my application I am using the HScrollBar and VScrollBar for panning around in a large image. The part of the image that is shown is based on the scrollbar's Value property. However, when ...
0
votes
2answers
1k views
Mousewheel bubbling up in winforms?
I have a little problem with winforms and mousewheel events.
I have a custom user control representing a slider. Now, I have a couple groups of sliders in which each group is wrapped inside a panel. ...
3
votes
2answers
921 views
How to determine the full size of a Panel (including scroll bars) in C#
The problem I am having is with a panel, which starts at the size 200x200 pixels. For the program I am writing, at any given time I need to know how big this panel is, but this gets difficult as ...
-2
votes
1answer
462 views
How do I make the mouse wheel scrolls in richTextBox
I want the mouse wheel scrolls up and down within richTextBox
2
votes
0answers
182 views
WinForms Touchpad Scrolling
I'm working on a winforms application meant for touchpads and would like the user to be able to scroll through the contents by swiping their finger across the screen. I see that windows (at least ...
4
votes
3answers
4k views
How to Make a PictureBox Scrollable
I've 2 buttons, 1 PictureBox and 1 Panel.
PictureBox's inside of the Panel and Panel's AutoScroll property is set to "true". Also PictureBox Dock property is set to "Fill".
Button draws a Rectangle ...
1
vote
2answers
340 views
c# how to create a teleprompter like application in winforms?
im developing a c# winforms application. i cant find a solution to this probably because im new.
i need to create a teleprompter like text that scrolls from bottom and goes up in a loop.
is there any ...
4
votes
2answers
3k views
Control zoom level of WinForms using mouse sroll wheel and Ctrl in VB.NET
If I have a winform, may I know how can I control the zoom level of the font in the application (as well as the application window itself obviously) by using Ctrl + Mouse Scroll Wheel? I see there is ...
1
vote
2answers
460 views
How to show scroll button in ListBox
I am adding user control to listbox. Everything works fine but i have a problem that when i add 10 user controls then i am expecting that listbox should show scroll so that i can select items at the ...
0
votes
1answer
151 views
How do I make a Control follow its parent in a scrolling TreeView?
I've got a TreeView with a bunch of child nodes in it, all of which have child nodes of their own.
A user asked me to provide auto-completion when editing any of the "grandchild" TreeNodes, so I had ...
0
votes
1answer
178 views
How can I set the scroll area and origin on a UserControl with AutoScroll?
:) My question is quite a mouthful.
This is a WinForms question :
I'm making a UserControl where the mouse wheel is used for zooming and the content would be drawn using GDI+.
After I activate ...
2
votes
1answer
959 views
setting position of a control doesn't seem to work when scroll is 'moved' (c#, winforms)
Description of the problem:
Create a 'custom control'. Set it's property AutoScroll to 'true'. Change it's bg-color to green.
Create second 'custom control'. Change it's bg-color to red.
On main ...
3
votes
2answers
4k views
Mousewheel scroll in panel with dynamically added picturebox controls?
I've dynamically added 20 pictureboxes to a panel and would like to see the panel scroll when I use the mouse wheel. To implement this I have tried to set the autoscroll to true on the panel control. ...
5
votes
1answer
2k views
Winforms RichTextBox: How can I determine how many lines of text are visible?
I have a Winforms app containing a RichTextBox.
How can I determine how many lines of text are displayed, currently visible?
Reason: I want to scroll the caret to the middle of the RichTextBox. ...
2
votes
3answers
1k views
Repaint of panel
My problem is that I have a panel in panel. Inside i have the AutoScroll property set to true. When I open a new window this panel is scrolled to begining.
I do that, I save the position before open ...
