0
votes
1answer
18 views
Mouse events on an SWT Scrollbar
Using standalone SWT Scrollbars is something of a hack (using this workaround), but it can be done. Here's a snippet:
ScrolledComposite scrolledComposite = new ScrolledComposite(
…
1
vote
1answer
23 views
Silverlight 3 missing ScrollViewer.ScrollChanged event workaround?
I want to be notified of changes to the VerticalOffset of the vertical scrollbar of a ScrollViewer. In WPF there is a ScrollViewer.ScrollChanged event, but in Silverlight 3 this is …
2
votes
2answers
47 views
Get a deactivated scrollbar in Firefox
I have a Javascript tabbed dialog whose pages have different heights. Some of them are taller than the browser window.
In Internet Explorer, there is always a scrollbar to the rig …
0
votes
1answer
34 views
Populating a DataGridView on-the-fly (VB.NET)
Hi all,
I have a DataGridView which reads data from a custom (CSLA) list object. The dataset might have 100,000 records, and obviously I don't want to show them all at once becaus …
0
votes
4answers
97 views
How to catch scrolling event in DBGrid in Delphi
I have a DBGrid, I need to run some code, each time the horizontal scrollbar is used. I couldn't find such event in DBGrid. Can you advise something?
0
votes
2answers
36 views
Problem with the scrollbar of a UIWebView
Hi there! Im using a UIWebView to access a website, when i rotate the phone (landscape) the UIWebView is properly resized and the scrollbar are on the right place (on the right edg …
0
votes
1answer
24 views
set scrollbar properties in firefox
Hello all,
I want to set the color of my scrollbar and for it to work in firefox as well.
I read that scrollbar's are not part of the w3c standard and therefore their customizing …
1
vote
4answers
78 views
How to find the actual width of grid component with scrollbar in Delphi
I have a grid component (DBGrid) which has lots of columns on it. Because of large number of columns, a scrollbar was created, and thus some part of grid remains hidden. I need to …
1
vote
3answers
176 views
Safari/Chrome (Webkit) - Cannot hide iframe vertical scrollbar
Hello,
I have an iframe on www.mydomain.com that points to support.mydomain.com (which is a CNAME to a foreign domain). I automatically resize the height of my iframe so that the …
0
votes
1answer
163 views
Get vertical scroll bar position as integer in vb.net
I have a RichTextBox and I need to find the position of the vertical scroll bar.
Is there any way to do this without Pinvoke? If not, what is a way to do this WITH Pinvoke?
I nee …
2
votes
1answer
29 views
Styling a QScrollBar by QStyle
I try to style a QScrollBar via a custom QStyle but if i draw nothing in drawComplexControl for the QScrollBar, the required space for the scrollbar on the parent widget is painted …
1
vote
1answer
204 views
C# DataGridView, large cells: Content never fully visible, scrolling skips cell
I have encountered a rather nasty problem with the DataGridView control (Windows.Forms, .NET Framework 3.0) when there is a DataGridViewCell that is larger than the DataGridView it …
0
votes
4answers
341 views
jqGrid - Is there a way to always display a vertical scrollbar?
My application has several jqGrids that may or may not contain enough rows to require a vertical scrollbar. But rows may be dynamically added to these grids after they have been cr …
1
vote
2answers
125 views
How to get rid of the empty space in the right part of DBGrid Delphi
Although the question seems simple, I couldn't find the answer to it.
I have a DBGrid component with lots of columns, and as a result they don't fit into the page and scrollbar a …
1
vote
2answers
22 views
SWT standalone scrollbar widget
Is there a way to create a "standalone" scrollbar in SWT? I would like to have a scrollbar which I have full control over myself and use it to control the contents of another widge …
