Scroll bar

JavaScript and client side scripting.

Moderator: General Moderators

Locked
rash28
Forum Commoner
Posts: 38
Joined: Wed Aug 01, 2007 1:21 am

Scroll bar

Post by rash28 »

Hi,

I have a tree sorting code.
When I click on the header the column of the tree sorts.
When I click on the particular child node header the scroll bar and the pointer moves to the top of the parent node.
How can I point the pointer at the particular position of the child node when click on the header to sort

Is there any way to fix the scroll bar at the particular position
User avatar
feyd
Neighborhood Spidermoddy
Posts: 31559
Joined: Mon Mar 29, 2004 3:24 pm
Location: Bothell, Washington, USA

Post by feyd »

Please explain further.
rash28
Forum Commoner
Posts: 38
Joined: Wed Aug 01, 2007 1:21 am

Post by rash28 »

Hi,


When I click on the last child node, the scroll moves back to the top.
To view the sorted column again I need to scroll the scroll bar and view it.
So when I click on the child node how can I make the scrollbar not to scroll to the top
User avatar
feyd
Neighborhood Spidermoddy
Posts: 31559
Joined: Mon Mar 29, 2004 3:24 pm
Location: Bothell, Washington, USA

Post by feyd »

Is this the same problem?
rash28
Forum Commoner
Posts: 38
Joined: Wed Aug 01, 2007 1:21 am

Post by rash28 »

Is there any way to fix the scroll when header of child node is clicked.
Sroll bar automatically should scroll down till the child node
User avatar
feyd
Neighborhood Spidermoddy
Posts: 31559
Joined: Mon Mar 29, 2004 3:24 pm
Location: Bothell, Washington, USA

Post by feyd »

Answer the question, please.
rash28
Forum Commoner
Posts: 38
Joined: Wed Aug 01, 2007 1:21 am

Post by rash28 »

Yes it is the same problem
Locked