Click here to Skip to main content
15,886,199 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Hello,

I am Using DataGridView In an Windows Application.
I made user control for vertical scrollbar

The Vertical Scroll bar is Visible.how to scroll the user control when the datagridview is having large data.
Posted
Comments
Sayan Bera 9-May-14 12:26pm    
DataGridView has scrollbars. You can it by myDGView.Scrollbars = Scrollbars.Vertical;

1 solution

Look at Properties of Gridview
Scrollbars = Vertical/Both/ Horizontal
 
Share this answer
 

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