Click here to Skip to main content
15,880,725 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Step: 1) I added 20 child div's to one main div control.The main div control height is fixed and i assigned scroll property to main div.

2) When i am trying to move scroll position 0 to 100 (now scroll is at child div 6).

3)Dynamically the first hidden control height will be increased based on content (that content might be contain controls or text).

4)When dynamically hidden control height is increase the scroll position will move to child div6, but right now the scroll position is at child div 1.
-----------------------------------------------

4th step is my problem.
Posted
Comments
bbirajdar 3-Aug-12 9:40am    
There are thousands of ways to get screwed. We cannot guess the one unless we see your code..
Sandeep Mewara 3-Aug-12 12:52pm    
What problem?
Sergey Alexandrovich Kryukov 3-Aug-12 18:53pm    
Not a question, not enough information, not clear.
--SA

1 solution

It doesn't look like you're answering, but, you need to post code, but if you're working with javascript, you can also debug it in Chrome, that's the best way to solve most JS issues
 
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