Click here to Skip to main content
15,879,348 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
I created one table layout panel custom control and for that control I used vertical scrolling.
Table layout has 1 row and seven columns.

I added some control in table layout panel. Now for fast scrolling, I used following code in onscroll event of the control.
C#
this.VerticalScroll.Value = 48;

For scroll down it is working, but while scroll up it is not working means I am unable to scroll up. What to do? Thanks in advance.
Posted
v2
Comments
BillWoodruff 17-Apr-13 3:37am    
WinForms ?

The 'VerticalScroll property of both a TableLayoutPanel, and a UserControl is read-only: so what kind of custom control did you create where you can set this value ?

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900