Click here to Skip to main content
15,890,438 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Dear all


I have the requirement to increase the ScrollHeight of the grid at runtime if certain conditions meet. Can any one help me?

Thanks in advance
Posted

1 solution

There are a number of ways to accomplish this. Place the grid in a container with the CSS attribute overflow: scroll, change it via javascript, or from the code-behind. There is no Quick Answer, perhaps you should ask in the ASP.NET forum
 
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