Tagged Questions
0
votes
1answer
41 views
How can I fix the scroll bar to top weather than bottom of the Panel in C#?
I have main panel container and placed my controls on it and panel size is same as my form.
I have given the the values given below through properties to Panel.
AutoScroll=true;
...
1
vote
1answer
40 views
Check if scrollbar could be focused/scrolled in WebBrowser
Is it possible to check if the scrollbar of a webbrowser can be scrolled?
1
vote
0answers
110 views
In Listview if horizontal scrolling is disabled (hidden), how will it scroll down automatically when new line is added?
I am using a listview in my C# application. Generally if listview's scrollable property is enabled we will use following command to make it scroll down automatically when new line is added:
...
0
votes
0answers
38 views
Changing ScrollBar thumb to jump to click position
I'm building a WPF application designed run on a very large touch screen and user testing has determined that I need to modify the standard ScrollBar behavior.
When a user clicks the background of ...
1
vote
1answer
436 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
1answer
53 views
Using Background Images in the RepeatButton of a ScrollBarViewer doesn't show the image
I am trying to create my own scrollviewer in WPF and it is working fine except for background images in the RepeatButton. If I use a SolidColorBrush instead of an ImageBrush it works fine. Below is ...
0
votes
1answer
107 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 ...
1
vote
1answer
163 views
DataGrid scrollbar thumb changes size during scrolling
I have a grid that has rows in varying heights. I noticed that when I scroll down the grid, the scrollbar thumb changes its height.
After some investigations I discovered that this is caused by UI ...
2
votes
1answer
175 views
How to hide ScrollBar arrows in C# / .NET
I would like to use a ScrollBar in my app but I don't want the default end-arrows showing up; I want to be able to use other "external" controls for activating the scroll bar. Any ideas?
0
votes
1answer
411 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();
...
1
vote
0answers
139 views
.NET DataGridView ScrollBar visiblechanged
I'm creating custom datagridview control in c++/cli with dynamic colums scaling when window is resized(it fits in window 100% until some size).
Problem is how can I catch event when vertical ...
0
votes
3answers
372 views
Why WPF controls not same scroll bar styles?
I have a WPF WebBrowser control beside a WPF TreeView control. Both have default styles with default properties. I have not changed anything except placing them on my WPF window. If you view the ...
0
votes
2answers
338 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?
0
votes
1answer
317 views
Draw a line on horizontal scrollbar - C#
Is there any way to draw a line (about 5 pixels width) on hScrollBar ?
The line will move from one end to another. It will represent the movement.
Thank you,
2
votes
0answers
191 views
TableLayoutPanel - Add scrollbar by row count
I have a TableLayoutPanel inside a userconrol. I want to add a vertical scroll bar to the panel conditionally - only when there are more than 5 rows. The table layout panel needs to display 5 rows ...
1
vote
1answer
288 views
same scroll bar for two richtextboxes
Is there any third party tool available which has two richtextboxes but only a shared scroll bar for both. I need to implement some text in two different languages but both the textboxes should scroll ...
0
votes
1answer
811 views
C# webbrowser control scrollbar not visible when resizing control
When I set webbrowser controls Width and Height at form_load and navigate then it doesn't show scrollbars.
If I leave width and height to default then the control shows scrollbars.
How can I show ...
0
votes
1answer
376 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 ...
0
votes
2answers
1k views
c# Scroll bars keep resetting when DataGridView updates
I am binding my grid as such:
dataGridView1.DataSource = new BindingSource();
dataGridView1.DataSource = tableData; (tableData is an ArrayList of custom objects)
The dataSource is getting updated ...
0
votes
2answers
1k views
DataGridView vertical scrollbar not updating properly (Forms bug?)
I've encountered a bug (I assume) in .NET 3.5. When adding rows to a DataGridView using Rows.Add(), while the DGV is disabled, the vertical scrollbar doesn't update properly. Consequently you can't ...
1
vote
2answers
56 views
Can I get the events directly from an HScrollBar in .net?
I have an odd requirement. Our data has ticks, which are time-related. Each tick may have from 0 to 50 data points in them. I want the ticks laid out on the scrollbar, so if you drag the handle, you ...
0
votes
1answer
552 views
How to take off automatic scrollbar in GridView?
in my web application there is a GridView control with 5 rows and paging which in some cases generates a vertical scroll bar automatically, how can i take it off? the scroll bar can move very little, ...
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
693 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 ...
4
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
156 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 ...
0
votes
0answers
326 views
Hide Vertical Scrollbar/Sync Top Item with Scrollable = false
I'm trying to sync up 2 list views, so that one of them is effectively a 'freeze pane' of one column (think excel freeze-headers).
However, I am having difficulty in getting the top items to sync up ...
0
votes
1answer
298 views
Show images from folder by scrolling in scrollbar is laggy?
I have 1 picturebox and 1 "VScrollbar" ( vertical scrollbar ).
When i change the value of the scrollbar i want to get a picture from my folder in disk and show the image in the picturebox. I only want ...
9
votes
2answers
1k views
How to implement fancy scroll bar for multiline textbox
I want to implement a fancy scroll bar for a multiline textbox like the picture below:
Any ideas for that fancy scroll bar?
P/S: I want vb.net solution. C# guru here please stop editing my request ...
0
votes
2answers
745 views
Invert windows forms vertical scrollbar
I'm making a winforms app c#. The vertical scroll bar min value is at the top and max at the bottom, and scrolling down increases the value and vice versa. Is there a way to invert it, so that up is ...
0
votes
1answer
2k views
how to add Vscroll control to form in Visualbasic.net?
i need to add vscroll control to a form in VB.net and i need to use it to scroll the form where i need to add more controls in the form where the size of form not able me to add them ?
and i need to ...
3
votes
2answers
1k views
Scrollbar does not update on changing the scroll value
When setting VerticalScroll.Value in a Panel with AutoScroll set to true, the scroll position changes accordingly but the position of the thumb does not. Do I need to update the scrollbar somehow ...
1
vote
1answer
2k views
Win Forms DataGridView Horizontal ScrollBar
Is it possible to show permanently the horizontal scroll bar of a DataGridView in Windows Forms 2.0. Like we can do in the horizontal scroll bar of a Panel.
Currently, the Horizontal ScrollBar is ...
0
votes
0answers
86 views
Silverlight : How to determine that verticalscroll was changed by user?
I want to check that the scroll position was changed after a user action.
I added for it m_bScrollWillBeChangedByUser field,
but it is always true,
because OnVerticalOffsetChanged event calls only ...
2
votes
4answers
7k views
Horizontal Scrollbar is not visible on DataGridView
I have a DataGridView on Window form which is populated with 30 columns and thousands of rows.
ScrollBars property is set to Both, but still horizontal scroll bar is not visible. even I am unable to ...
1
vote
2answers
641 views
C# FlowLayoutPanel MouseMove event not detected on scrollbar
I have a FlowLayoutPanel with AutoScroll = true
I need to detect the movement of the mouse on the scrollbar when the scrollbar is visible.
The MouseMove event of the FlowLayoutPanel does not capture ...
3
votes
1answer
180 views
Is there a good reason why the Maximum property of ScrollBar can only be reached programmatically?
Intuitively one would assume that the Minimum and Maximum properties of ScrollBar can be used to control its range accessible by the user, but Maximum's MSDN article states:
You might consider ...
0
votes
1answer
441 views
Skinning a scroll bar in WPF
I am working on a WPF project using VS2010 and .NET 4.0. I have custom PNG graphics for the various pieces of a vertical scroll bar. My goal is to create my own custom skin for the vertical scroll ...
0
votes
1answer
453 views
How should I set the LargeChange property of a scrollbar so the thumb is a proportional size for the Max value?
Basically, I want my scrollbar to behave like a scroll panel scrollbar. What algorithm, given the min and max values, should I give to the large change so that the thumb sizes up with how the scroll ...
2
votes
3answers
3k views
Change scrollbar position in TextBox?
If I want to change the position of a TextBox's scrollbar, what do I need to do besides this:
SetScrollPos(IntPtr hWnd, int nBar, int nPos, bool bRedraw);
This function only changes the scrollbar ...
2
votes
1answer
2k views
ScrollBar value set incorrectly
I am trying to implement something similar to Excel's "infinite" scrollability; in that a user can scroll to the "bottom" of the document; but then keep scrolling (using either the scrollwheel or the ...
0
votes
1answer
2k views
Changing color of scroll bar in ListView in WinForms
Is it possible to change the color of the scroll bar in a ListView control. It is a Windows application.
Please let me know what property or code I can use to do this.
can someone help u how to ...
2
votes
1answer
3k views
Customize Windows Form Scrollbar
I have searched the world wide web without a proper answer.
In my Windows Form application, i want to change the width of a scrollbar that belongs to a FlowLayoutPanel.
The Scrollbar is added ...
0
votes
0answers
378 views
WinForms TextBox horizontal scrollbar jumps to rightmost edge when clicked/dropped
I have a simple WinForm application that involves a TextBox displaying multiple lines of... get this... text. When I click on the horizontal scrollbar on this multiline TextBox, the horizontal ...
4
votes
1answer
215 views
ICSharpCode.TextEditor Veritical Scrolling
Is it possible to configure vertical scrolling in ICSharpCode.TextEditor such that by default no vertical scrollbar is visible. And that only when someone types a lot of lines (beyond current height ...
3
votes
2answers
1k views
Scrolling panel using horizontal scroll bar
How can I apply a horizontal scroll bar to a Panel?
I'm working on 2d tiled map editor and I'm using a Panel to hold the contents. When my map is bigger than my panel it just goes off and becomes ...
2
votes
1answer
691 views
MouseLeave event fires when moving over control's ScrollBar
I am reposting this question due to inability to solve the problem (original here).
In the TreeView, ListBox, or it seems from my google searches anything with a ScrollBar, the ScrollBar is not ...
3
votes
2answers
2k views
Is there a way to get the scrollbar height and width for a ListView control
I'm trying to get the height and width of the scrollbars that are displayed on a ListView. Is there an easy way to do this? I did some google'ing and it looks like it might be a system setting. I'm ...
3
votes
1answer
1k views
.NET Vertical Scrollbar not Respecting Maximum Property
I have a form and have dropped a vertical scrollbar on it.
Whatever I set the "Maximum" property to, the scrollbar will only scroll up to that value minus 9.
Why is that?
I'm using C# in Visual ...
0
votes
1answer
159 views
How can you determine when the user scrolls to the bottom of a DataGridView?
I am writing a C# Windows Forms Application in Visual Studio 2008. I have a DataGridView with a lot of data in it. I would like to initially only populate 10,000 rows and add more only when the user ...


