No announcements
Found 2927104 threads
-
4 Votes
How to disable ListBox auto scroll on mouse down and auto scrollintoview on item selected?
Ok, this is what I found to disable the listbox auto scroll function when user mouse down and drag on the edge ofAnswered | 8 Replies | 13233 Views | Created by szelee - Friday, May 11, 2007 10:05 AM | Last reply by Sharpedia - Tuesday, April 27, 2010 9:16 AM -
0 Votes
Disable Autoscroll / Auto scroll down in conversation ?
Everytime someone post a new message, the windows scroll down. Is there a way (configuration, registery key, patch on event new ...Answered | 4 Replies | 16449 Views | Created by _NR_ - Wednesday, September 14, 2011 6:24 PM | Last reply by _NR_ - Saturday, February 9, 2013 11:28 AM -
0 Votes
Auto Scroll to the selected item of ListBox
I have a listbox with databinding . It has more then 12 items . And I need to auto scroll to the ...Unanswered | 5 Replies | 9617 Views | Created by ms44cn - Monday, December 29, 2008 8:21 PM | Last reply by Vinit Yadav - Wednesday, January 5, 2011 8:14 AM -
0 Votes
Auto scroll ListBox
There is a ScrollIntoView method of the ListBox that you can use to scroll to the position of a specified item. You could call this one in an ...Answered | 3 Replies | 1111 Views | Created by Stefano74 - Friday, May 8, 2015 10:27 AM | Last reply by Andy ONeill - Friday, May 8, 2015 10:48 AM -
0 Votes
auto scroll down
Hi All, I have an SSRS report in 2008 that is setup to refresh automatically every 2 minutes. We are displaying the report on a screen and want the report ...Answered | 2 Replies | 2729 Views | Created by Sam1980 - Saturday, May 25, 2013 3:12 AM | Last reply by Charlie Liao - Monday, May 27, 2013 2:22 AM -
0 Votes
Auto Scroll on MouseMove
This is a good way to auto scroll the ScrollViewer on MouseMove over the scrollViewer: private voidUnanswered | 1 Replies | 1267 Views | Created by Ali Derbaj - Tuesday, August 9, 2011 3:24 PM | Last reply by MingXu-MSFT - Monday, August 15, 2011 3:42 AM -
0 Votes
ListBox auto srcoll down?
How i can make the ListBox srcoll down auto? or remain always as the new line thats added.. get what i mean ? :pAnswered | 4 Replies | 3573 Views | Created by ShadowRayz - Monday, November 20, 2006 6:59 PM | Last reply by ahmedilyas - Monday, November 20, 2006 7:34 PM -
0 Votes
Treeview auto scroll to selected item
I am implementing a search feature on a TreeView but am having trouble scrolling the treeview programmatically to the selected itemUnanswered | 3 Replies | 8821 Views | Created by ArunNair - Monday, December 14, 2009 9:48 PM | Last reply by Flacmonster - Wednesday, January 27, 2010 5:48 PM -
0 Votes
Auto scroll on List Box
scroll down. My List box has a small height, and after adding like 3 customers, I can't see the next one, I have to manually click the mouse and ...Answered | 2 Replies | 5540 Views | Created by Pichi - Monday, March 3, 2008 7:35 AM | Last reply by Pichi - Monday, March 3, 2008 12:28 PM -
0 Votes
Auto Scroll to ListBoxItem in ListBox
Do you want to show the selected item at the top of the scrollviewer? If you want to do this, you can call ScrollIntoView twice, first ...Answered | 3 Replies | 8971 Views | Created by MSDN_Forums_User - Saturday, September 27, 2008 9:53 PM | Last reply by Yi-Lun Luo - Monday, September 29, 2008 4:57 AM -
1 Votes
C# listBox ScrollIntoView doesn't scroll to Selected Index
to reset the selected item in all the ComboBox and ListBox to the top item. This is designed to allow the User ...Answered | 5 Replies | 20753 Views | Created by Cory Mathewson - Monday, October 25, 2010 5:53 PM | Last reply by BorisAdams - Saturday, November 8, 2014 11:54 AM -
0 Votes
How to achieve auto scroll in listbox
My screen have one button and one list box. Once i click the button then number will be add to the list box, once the list box content reached actual height vertical ...Answered | 1 Replies | 4199 Views | Created by udayakumar subramaniyan - Thursday, May 26, 2011 5:05 PM | Last reply by KP_SES - Thursday, May 26, 2011 5:33 PM -
1 Votes
auto repetition on mouse events
Hi all. I have added a few buttons that allow page-up/down line-up/down on some text shown in a textbox (for mouse users). I'm trying ...Answered | 3 Replies | 4374 Views | Created by Tal Weiss - Sunday, April 5, 2009 5:42 PM | Last reply by Tal Weiss - Monday, April 6, 2009 11:37 AM -
0 Votes
mouse wheel event and Auto scroll
What do you want to happen? When scroll bar appears they take over the mouse scroll, if you disable this, how do you intend ...Answered | 4 Replies | 5300 Views | Created by ShLebel - Sunday, January 9, 2011 10:34 AM | Last reply by ShLebel - Monday, January 10, 2011 9:49 AM -
0 Votes
Auto populating a text box based on listbox selected value and drop down value javascript sharepoint
when the user selects hire date in the drop down in "Assigning to Individual", and selects employee name from the listbox, then the text box should ...Answered | 1 Replies | 2859 Views | Created by Zaaraa - Friday, February 21, 2014 5:42 AM | Last reply by Janne Haku - Monday, February 24, 2014 9:21 AM -
0 Votes
ListBox auto scroll - move selected element to top of list
I have a ListBox that often overflows with the amount of elements that can be shown on the screen. A DispatcherTimer is used to periodically ...Answered | 9 Replies | 29954 Views | Created by MSDN_Forums_User - Saturday, November 29, 2008 10:29 AM | Last reply by Jonathan Shen - Friday, December 5, 2008 3:30 AM -
0 Votes
S2B2 listbox: scroll to selected item programmatically
button in order to show the listbox, the same item is selected and visible (no matter how long the list is). I also made some kind of ...Answered | 1 Replies | 6388 Views | Created by MSDN_Forums_User - Friday, July 11, 2008 5:45 AM | Last reply by Steve_Wong - Friday, July 11, 2008 8:43 AM -
0 Votes
Scroll down ListView to (programmicly) selected item
Hello is there a way to scroll the ListView control to the selected item, witch i selected by code (not by mouse or ...Answered | 2 Replies | 3256 Views | Created by OMEGA_ReD - Tuesday, July 1, 2008 5:08 PM | Last reply by OMEGA_ReD - Tuesday, July 1, 2008 7:33 PM -
0 Votes
Scroll Selected listbox item into view
Is there a way to scroll the selected listbox item into view on an Access listbox? 50% of programming is coding. The ...Answered | 2 Replies | 1694 Views | Created by JonWayn - Wednesday, January 30, 2013 3:10 AM | Last reply by JonWayn - Wednesday, January 30, 2013 9:06 PM -
0 Votes
Auto scroll
Hi, I have information coming into a listbox and would like to know if there is anyway to have it automatically scroll ...Answered | 2 Replies | 2880 Views | Created by kennm - Saturday, February 3, 2007 4:32 PM | Last reply by kennm - Saturday, February 3, 2007 6:20 PM - Items 1 to 20 of 2927104 Next ›
No announcements