No announcements
Found 1354889 threads
-
0 Votes
With GridView populated on vertical scroll, row command events doesnt fire
on scroll by hard coding the variables even then the gridevents does not fire.Unanswered | 5 Replies | 81 Views | Created by Anonymous - Thursday, April 16, 2020 4:00 PM | Last reply by Anonymous - Friday, April 17, 2020 8:46 AM -
0 Votes
Can I have a GridView that scroll vertically?
You can create your own html on the fly however (like a table) and use that to scroll vertically.Answered | 1 Replies | 3578 Views | Created by Vivian Ng - Tuesday, November 8, 2011 4:42 AM | Last reply by Jeff Sanders - Wednesday, November 9, 2011 7:17 PM -
1 Votes
GridView with 2 Rows and horizontal scroll
Hi Thought2, We can change the GridView items layout by modifying the GridView ItemsPanel, so please try to use the ItemsWrapGrid in ...Answered | 1 Replies | 890 Views | Created by Thought2 - Monday, May 11, 2015 4:53 PM | Last reply by Amy Peng - Tuesday, May 12, 2015 11:09 AM -
0 Votes
Populate GridView during Scrolling
Here is a GridView version that uses the exact same 'ViewModel' business classes.Answered | 6 Replies | 3700 Views | Created by Siddharth_Srivastava - Wednesday, September 19, 2012 10:37 AM | Last reply by Siddharth_Srivastava - Sunday, October 14, 2012 10:55 AM -
0 Votes
Virtual Mode in DataGridView - Override Vertical Scroll ThumbTrack
The method Abcdefghijklmn is a handler for the event DataGridView1.Scroll, I should name it as DataGridView1_Scroll.Answered | 5 Replies | 3375 Views | Created by Doug Marquardt - Monday, July 9, 2012 5:29 PM | Last reply by Mike Feng - Thursday, July 12, 2012 2:53 AM -
3 Votes
Scrolling Command
For Vertical Scroll you will need to use System.Reflection for binding property.Answered | 12 Replies | 482 Views | Created by DAllenCohen - Wednesday, October 28, 2015 5:35 PM | Last reply by Mr. Monkeyboy - Friday, October 30, 2015 10:34 AM -
0 Votes
How to capture DataGridView Row Created event
Assuming you knew how many rows were going to be added (data from SQL), you could just count the rows of the datagridview (me.datagridview.rowcount) as each ...Answered | 4 Replies | 2811 Views | Created by Patrick Lo - Monday, March 25, 2013 8:38 AM | Last reply by StephanArsenault - Tuesday, March 26, 2013 4:10 PM -
1 Votes
vertical scroll bar in Panel
Hi Raymond Chiu, There have a component "ScrollableControl " which you can use in your panel to implement vertical ...Answered | 3 Replies | 3834 Views | Created by Raymond Chiu - Tuesday, March 1, 2011 4:35 AM | Last reply by Daniel Wan - Tuesday, March 1, 2011 9:05 AM -
2 Votes
GridView DeleteCommand Firing Twice
I think that the event is bubbling up, firing for the image/button, and then the grid column.Answered | 23 Replies | 32631 Views | Created by fourhundred - Tuesday, May 2, 2006 5:13 PM | Last reply by DonHarris - Wednesday, June 2, 2010 7:39 PM -
0 Votes
How to fire an event to add a new row in datagridview
Write the below code in Textbox's Leave Event Change the DataTableTest datatable to your code datatable.Answered | 3 Replies | 3834 Views | Created by Usman Syed Ali - Wednesday, February 17, 2010 10:35 AM | Last reply by Avinash Desai - Thursday, February 18, 2010 9:15 AM -
0 Votes
Rmove vertical scroll bar
Hi all, You can use media query: body{ overflow-y:hidden; } @media only screen and (max-width:800px){ body{ ...Answered | 3 Replies | 1147 Views | Created by Siva2013 - Sunday, October 12, 2014 7:00 AM | Last reply by Juan Antonio Morales - Monday, October 13, 2014 8:23 AM -
0 Votes
ListView Scroll Vertical
With List it was showing horizontal scroll, but Small Icon solve the problem !Answered | 5 Replies | 5264 Views | Created by guilhermecvm1 - Wednesday, July 26, 2006 9:06 PM | Last reply by ahmedilyas - Wednesday, July 26, 2006 11:01 PM -
0 Votes
Vertical Scroll Bar in MessageBox
Hi, I found an implementation of scroll messagebox , the author creates a messagebox by creating a new Form and add scroll bar for ...Answered | 4 Replies | 46926 Views | Created by arsalancheema - Friday, November 13, 2009 9:52 AM | Last reply by Harry Zhu - Wednesday, November 18, 2009 6:36 AM -
0 Votes
Can you have a ListView scroll vertically?
ListLayout is specifically a single-column, vertically-scrolling layout.Answered | 3 Replies | 7864 Views | Created by Harlequin - Thursday, February 9, 2012 11:49 PM | Last reply by Kraig Brockschmidt [MSFT] - Tuesday, July 24, 2012 4:34 PM -
2 Votes
Datagridview Event Scroll Issue
Hi EladRez, Based on your statement, I get the point that you wanna define a new scroll event right?Answered | 3 Replies | 4799 Views | Created by EladRez - Tuesday, October 26, 2010 1:32 AM | Last reply by Jenifer_Q - Thursday, October 28, 2010 11:54 AM -
2 Votes
stackpanel and vertical scroll bar
Secondly, some elements that don't have a minimum height are given a height of zero when put in a StackPanel with a vertical orientation.Answered | 3 Replies | 26739 Views | Created by Rajmund - Sunday, October 21, 2007 8:23 PM | Last reply by a_Rob_1 - Thursday, July 8, 2010 9:37 AM -
0 Votes
DataGridView CellPainting event not fired for first row or selected row
I'm actually usuing a type derived from DGV that's already handling the CellPainting event in those cases, which is why I wasn't seeing it passed on to the containing control.Answered | 3 Replies | 2633 Views | Created by rgreene62 - Wednesday, February 29, 2012 11:31 PM | Last reply by rgreene62 - Thursday, March 1, 2012 5:11 PM -
0 Votes
GridView obstructs scrolling?
For Windows 8 there isn't a way for MouseWheel (pointer wheel) event to "bubble" or "chain" from GridView/ListView to outside its parent.Answered | 1 Replies | 2414 Views | Created by DomAyre - Friday, June 22, 2012 5:07 PM | Last reply by Mark Rideout - Monday, June 25, 2012 8:23 PM -
0 Votes
DataTable ColumnChanged event not firing with correct row and column
But clearly the ColumnChanging event should fire before ColumnChanged and provide a "ProposedValue" followed by a ColumnChanged event.Answered | 3 Replies | 6043 Views | Created by BobUPS - Friday, June 24, 2011 6:51 PM | Last reply by Mike Dos Zhang - Wednesday, June 29, 2011 3:24 AM -
23 Votes
DataGridView: Scrolling to Selected row
Set the Grid.CurrentCell = the cell that you want to scroll to and be displayed.Answered | 15 Replies | 170103 Views | Created by Jayson Go - Old Account - Monday, October 24, 2005 8:41 PM | Last reply by Boopathi Rajan - Monday, August 14, 2017 10:56 AM - Items 1 to 20 of 1354889 Next ›
No announcements