0
votes
1answer
26 views
UIImageView slows down app (in a news application)
I have a news application that gets the content from a xml stream-
to every news entry belongs a picture.. which one i display in a table cell..
it loads all the content, but it looks like the image …
1
vote
1answer
20 views
Scrollable parent with ListView child
I know it's considered taboo to place a ListView inside a scrolling container, so is there any "proper" way to accomplish scrolling of a container that has a ListView child in it? An example layout …
0
votes
1answer
31 views
TextBox.ScrollToEnd doesn’t work when the TextBox is in a non-active tab
Hi
Our application starts several background processes and put their output into TextBoxes - each in a separate TabItem in a TabControl. I want the TextBoxes to automatically scroll to show the last …
0
votes
2answers
31 views
jQuery Scroll to bottom of page/iframe
How do I use jquery to scroll right down to the bottom of an iframe or page?
0
votes
1answer
30 views
UITableView is crashing when trying to edit cell
Hi Guys,
I am having some form in that is consisting of 5 custom cells in a table view. Here is the code:
- (NSInteger)numberOfSectionsInTableView:(UITableView *)tableView {
return 1;}
- …
1
vote
0answers
20 views
UITExtview gains an extra line when it should not
I wonder if there is someone out there that can shed some light as to what is happening in my app. I have created a multiline text box using the UITextView. When the view loads it is a single line …
0
votes
1answer
18 views
How do I keep a wx.html.HtmlWindow at the same position during resize (without flicker)?
I want to be able to resize an html window but keep the scroll position. This example almost works, but flickers.
To test:
- load a good sized html file using the Load Html File button
- scroll down
…
-1
votes
1answer
42 views
jQuery HoverScrolling Image Gallery
I'm attempting to create a smoothly scrolling thumbnail gallery with code based off of http:// valums DOT com/scroll-menu-jquery/. I uploaded it to http://scriptbase DOT com/scripts/viewerdesign.html …
0
votes
1answer
11 views
Virtualize WinForms ScrollableControl - Expensive Child Items
I am building a PDF Viewer using the Atalasoft DotImage libraries. They have a PDF Viewing component, but it doesn't support the Acrobat style PDF continuous layout, I have to display the pages a page …
0
votes
1answer
60 views
How does the momentum/inertial scroll work with the Magic Mouse on NSScrollView?
When you scroll with the newer Apple Magic Mouse (at least on 10.6, I can't confirm any previous Mac OS) you get inertial scroll like scrolling on iPhone (that is, after a flick of the finger to …
0
votes
1answer
40 views
UITableView won’t scroll after editing view frame and origin
I'm trying to implement a UITextView in a table cell at the bottom of a table view.
I've tried the suggestions here …
1
vote
3answers
49 views
Iphone Uitableview scrolling changing image inside UitableViewCell
Hello,
I am displaying some data using a UITableViewController, my table has 2 static sections with 6 static rows each. And I am subclassing UITableViewCell in order to add 3 Labels and a View, in …
0
votes
4answers
49 views
Maintain scroll position on updating the ItemSource of a silverlight datagrid
I'm using a DataGrid in my silverlight application to display some data that's refreshed on a timer. My problem is that when this happens the vertical scrollbar in the grid resets to the top, whereas …
0
votes
1answer
33 views
Automatically scroll when mouse is idle
I need to find a way to randomly scroll horizontally and vertically, plus or minus a set number of pixels per second in each dimension, when the mouse has been idle for a set amount of time. Any ideas …
0
votes
1answer
35 views
Is there an event that fires on changes to scrollHeight or scrollWidth in jQuery?
I'm using JQuery to design an application where the user can drag elements inside of a div that automatically adds scrollbars and expands the scrollHeight/scrollWidth as needed. I need to fire off an …
