0
votes
1answer
22 views

Get a scrollbar's maximum scroll value

I have a ScrollBar with Maximum of 500, so why is it that when the Thumb is at the end, the value is less then Maximum? Does this have anything to do with the LargeChange / SmallChange properties?
0
votes
0answers
35 views

Can't control ReportViewer Scroll bars?

I don't know why Microsoft doesn't hide the VerticalScroll property of ReportViewer because it's for nothing, I can't show/hide the Vertical scrollbar via Visible property, I can't enable/disable the ...
0
votes
0answers
45 views

How to replace .NET WinForms textbox scrollbars with the HScrollBar and VScrollBar classes from .NET framework

How do I remove or otherwise "not show" the scrollbars in the standard WinForms .NET TextBox control, and add the instances of .NET controls HSCrollBar and VScrollBar controls as the textbox's ...
0
votes
0answers
18 views

Scrollbar Size and Width of Table Columns

I'm using TableLayoutPanel that dynamically has rows added to it. The table has 3 columns. I try to add a ScrollBar when I have n rows in my TableLayoutPanel. On top of the table, I have labels with ...
0
votes
0answers
98 views

listview custom scrollbar

I have a listview and I want to change the style of listview's scrollbar. I may need to use Paint event and draw an image on top of scrollbar but I noticed, that nothing is painted on listview when I ...
0
votes
1answer
84 views

Check TreeView ScrollBar Visibility

How can i check if the Vertical ScrollBar in a TreeView is Visible?
1
vote
1answer
422 views

stuck x-axis scrollbar in MSChart Chart

[EDIT] After a lot of trial and error, I realized a version of my tooltip code could scroll while the rest of the codes are unchanged. The only difference between the two tooltip usage is that the ...
0
votes
0answers
261 views

Customize windows scroll bar in combobox

I am trying to customize default windows scrollbar in combobox like below. public partial class ComboEx : ComboBox { internal ScrollbarEx vScrollBar; NativeListWindow listControl; public ...
0
votes
1answer
126 views

How to correct Winforms Treeview horizontal scrollbars with owner drawn nodes?

I am creating a custom winforms Treeview that is completely owner drawn. When a bolded text node is drawn and reaches beyond the width of the Treeview, the text is cutoff because the horizontal ...
0
votes
1answer
106 views

Saving scrollbars state/location

I have a panel where I dynamically add custom controls to it. If controls go out of the panels bounds, Horizontal/Vertical scrollbars automatically shows (AutoScroll == true) and scrollbars will ...
0
votes
1answer
139 views

setting VerticalScrollingOffset programmatically

I'm using a custom scroll bar and the problem I'm facing now is that when I have thousands of rows in a datagrid and scroll all the way to the bottom, dataGrid.VerticalScrollingOffset is about + 400 ...
0
votes
2answers
82 views

auto sliding of Scrollbars

In my Winforms application, i have a User Control which serves as a 'screen' to draw various 2D shapes. i have set its 'AutoScroll' property to true, and scrollbars works fine when you zoom the ...
2
votes
0answers
281 views

Scroll a ScrollableControl with Arrow keys

I'm using a ScrollableControl in my C# project and I'd like to know how to map the arrow keys to vertical/horizontal scrolling. EDIT : my picture box gets the focus, and i managed to map the keys to ...
3
votes
2answers
257 views

Catch Textbox Scroll Event?

Textbox or richtextbox, only thing i want is triggering a function when scrollbar moves. I already found GetScrollPos and SetScrollPos. I thought of checking scrollbar position periodically but there ...
-3
votes
1answer
261 views

Scroll Bar Does not work in Mdi child Slide Form [closed]

i have a child form that loads in mdi parent.this child form has slide effect when its loading and come from left of the screen and will be set in center of screen(i did this with a simple timer). ...
0
votes
1answer
187 views

Dynamic TextBox scrollbar

I'm trying to add a verticle scroll bar to my dynamic Textbox. Here is the code TextBox spellText = new TextBox() { Multiline = true, ScrollBars.Vertical }; I get the error: Invalid ...
0
votes
1answer
165 views

Disable focus for scrollbars in custom control

I've written a custom control in Windows Forms. I dynamically create a vertical scrollbar and capture changes of its value. Currently, the scrollbar is the only control, which can acquire focus, so ...
0
votes
0answers
128 views

How to correct a redrawing background cutted effect inside a panel

How to reproduce this error? Create a new winform Select a backgound image for the form Add a new panel Set color transparent for the panel, set autoscroll = true, and add some controls inside the ...
2
votes
1answer
510 views

still Not able to Hide Horizontal Scrollbar of FlowLayoutPanel in WinForms Apps

I am not able to hide the Horizontal Scroll-bar of my FlowLayout panel. I am adding this panel dynamically. I have read the below 3 posts on stack overflow. but not able to get success. ...
0
votes
2answers
343 views

Using one scroll bar to control two DataGridView

I am trying to control two DataGridView's with only one of the DataGridView vertical scroll bars being visible. I would appreciate any help. Thanks in advance,
0
votes
1answer
277 views

Override just the vertical scroll bar portion of a ComboBox?

Is there a way to get at the vertical scroll bar portion of a ComboBox in C#? I'm writing an app that's going to run on a touchscreen, and I want to widen the vertical scroll bar part of a ComboBox. ...
0
votes
1answer
541 views

Why the horizontal scrollbar doesn't work in my grid control?

Hi I have a control which includes 3 grid controls, they are gridControl1, gridControl2 and gridControl3 and the views are gridView1, gridView2 and gridView3. I have 3 buttons, when click Button1, ...
0
votes
1answer
270 views

Controlling RichTextBox position with other ScrollBar

I have richTextBox (dock style = fill, scrollbar = only vertical, wordwrap = false) in splitcontainer.panel1 splitcontainer.panel1.Controls.Add(richTextBox); In case when richTextBox needs to be ...
0
votes
1answer
404 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(); ...
4
votes
2answers
613 views

RichTextBox horizontal scroll not working

I have a single line readOnly RichTextBox with wordWrap disabled, and I add programmatically one single very long line of text. However the horizontal scrollBar does not apear, even if I set ...
0
votes
0answers
815 views

How to set scroll position of rich text box control?

I am using 2 Rich Text Boxes on winforms 4 (customRTB1 and customRTB2). Both of the rtb's have same text. What I want to achieve is, when one rtb (customRTB1) is scrolled down, the other rtb ...
0
votes
1answer
365 views

Scrollbars from ultragrid disappear when dock=filled

I'm writing a windows forms application with an ultragrid. For layout reasons I'm using the dock property. When I put this property on none (from the ultragrid) the scrollbars are displayed. When I ...
0
votes
1answer
332 views

Scroll bar doesn't stay within client area in Winforms tab control

I have a TabControl, to which I am programmatically adding a Form with a GridView control on it to the Tab Controls Controls collection. The result looks like this: The GridView in the ...
0
votes
2answers
337 views

c# flowlayourpanel scroll width

I need to change the scroll bar width of a c# winform FlowLayoutPanel but no luck in finding how. Anyone knows?
2
votes
2answers
3k views

Get current scroll position from rich text box control?

I have searched the internet far and wide and seen many questions like this, but I have not seen an actual answer. I have a rich text box control with lots of text in it. It has some legal ...
0
votes
1answer
840 views

Listbox horizontal scrollbar not updating properly

I have a form which contains a listbox control with many other controls which determine the listbox contents. Adding items to the listbox correctly sets the scrollbar's range, but updating items on ...
3
votes
1answer
494 views

DataGridView scrollbar throwing ArgumentOutOfRange exception

I have a form with a single DataGridView on it. The DGV is bound to a DataTable and filled when the form loads with about 32,000 records. If the user drags the scroll bar down and releases the ...
5
votes
2answers
3k views

Scroll to bottom of C# DataGridView

I'm trying to scroll to bottom of a DataGridView in a C# WinForm. This code works with a TextBox: textbox_txt.SelectionStart = textbox_txt.Text.Length; textbox_txt.ScrollToCaret(); ... but I don't ...
0
votes
0answers
294 views

How to Handle Scrollbar of PrintPreviewControl?

I have a Custom Control that inherited from PrintPreviewControl, i interesting to design vertical Scroll always so i did it by: public class CustomPrintPreviewControl : PrintPreviewControl { ...
0
votes
1answer
373 views

Get text box's scrollbar position

I have a text box whose content is constantly changing and whenever that happens, the scrollbar automatically resets back to the top (not just the text box, another list view of mine behaves in the ...
1
vote
1answer
829 views

How to create list of checkboxes with scroll?

I'm trying this code: arrList = new List<CheckBox>(); for (int j = 0; j < 20; j++) { CheckBox check = new CheckBox(); arrList.Add(check); } CheckBox[] cb = arrList.ToArray(); for ...
0
votes
0answers
272 views

C# WinForms flicker by scrolling - Janus Controls

i got a little problem with a Control containig the Janus Controls ExplorerBar. The Size oft this ExplorerBar-Instance is much bigger than the max. Size of the Control, so a Scrollbar appears ...
2
votes
1answer
583 views

Is it possible to query the WebBrowser control whether the horizontal scrollbar is visible?

Using a WebBrowser control in my Windows Forms application, I want to retrieve the information, whether a horizontal scrollbar is currently being shown. E.g. I want to create a function/property, ...
5
votes
1answer
625 views

Hide Scrollbars In DataGridView

I have selected 'None' for the ScrollBars property, but this prevents me from scrolling with the mousewheel. I would either like to remove scrollbars or hide them, while still allowing the mousewheel ...
0
votes
0answers
681 views

WinForms temporary disable vertical scrollbar in panel

I have MSChart control within Panel in my form. Panel has AutoScroll property set to True. Once the chart gets too big - user is able to scroll through it. Once user presses Ctrl+MouseWheel I am ...
0
votes
2answers
505 views

c# scroll bar for a panel? for bunch of controls

More of an info question, i have a panel on the left of my form that contains label, textboxs combos etc etc, but i need to create even more on the same page (not a sepereate form etc)there is ...
0
votes
2answers
966 views

TreeView vertical scrollbar does not expand to the last node, last node is hidden?

I am experiencing an odd behaviour from a TreeView control. As you can see, the last node in the treeview is somehow hidden (although I can select it with keyboard up/down arrow keys) and the ...
0
votes
1answer
360 views

Two Scrollbars - Enable second scrollbar on MouseMove Event - C#

I have a datagrid inside a win form and each has a V. Scroll bar. Now, by default the outer scroll bar is active and to activate the inner scroll, i have to click inside the datagrid. What I want is ...
1
vote
1answer
852 views

-SOLVED- C# WinForms Check if RichTextBox ScrollBar thumb is at bottom of scrollbar

I found this link WPF_Example, but it is written in WPF. I am not programming in WPF, I am doing this in Windows Forms, and have no real reason to want to embed a WPF RichTextBox into my app just to ...
1
vote
3answers
2k views

Centered and scrolled PictureBox in WinForms

I'm developing a WinForms application and can't figure out how to resolve an issue. I need to show an image in a Form. Because the image can be arbitrarily large, I need scrollbars on the picturebox ...
0
votes
1answer
684 views

vertical scroll bars events not raised in datagrid view

I have a datagrid view like this....in below image well thats works fine... I need to hook up an event in vertical side bar .. i mean if i click on upper arrow in the scroll bar i want to do ...
0
votes
2answers
534 views

C# DataGridView Incorrect Scrollbar Size Causing Exception

I have a DataGridView and add several rows to it in a for loop (~35 rows) while it's Enabled property is set to false. I have done this in the past (when Enabled is set to true) and the vertical ...
3
votes
2answers
2k views

ListView scroll control - scroll to bottom if user isn't scrolling?

I have a .NET 3.5 WinForm that has a ListView with the View set in Details mode. It functions as a scrollable list of status items on a long background task. I have the most recent ListViewItem ...
0
votes
0answers
155 views

How can I add a scrollbar to my c# dockable forms when they are docked next to each other?

I have some dockable forms that have a minimum size set so that when they are floating they always get the right size. But when I dock them next to each other some of the content is hidden. I want to ...
1
vote
1answer
369 views

Scrollbar value doesn't update after changing maximum (C# winforms)

If my scrollbar's value and maximum is both 500 and I change the maximum to 250 the value is still 500. When changing maximum I want value to automatically update. Currently every time I change ...

1 2 3