Gridview Scroll issue
Posted
#1
(In Topic #140)
Guru

Thanks.
Code (gambas)
Posted
Regular

Posted
Regular

Code (gambas)
- GridView1.Rows.count = 100 'Amount of Rows needed
- GridView1.Columns.count = 1 'Amount of Columns needed
- GridView1.Scroll(0, iCount) 'Move the 'Scroll Bar'
- Wait 'Loop through the event loop
…or;
…or maybe something like;
Posted
Guru

Code (gambas)
- GridView1.Rows.count = 101 'Amount of Rows needed
- GridView1.Columns.count = 1 'Amount of Columns needed
- GridView1.Scroll(0, GridView1.ScrollHeight) 'Move the 'Scroll Bar' to the end
- Catch 'If you close the program while it is busy this will stop an error
1 guest and 0 members have just viewed this.


