Scrolling past the top or bottom of a listview

General development discussion.

Moderators: Susan Smith, admin, Gabriel

Post Reply
Mikhail
Posts: 87
Joined: Tue Jul 07, 2009 10:26 am
Location: Ukraine

Scrolling past the top or bottom of a listview

Post by Mikhail »

How do I prevent scrolling past the top or bottom of a listview? For example, if I am on the first row of a listview and I scroll up, the foucs goes to the last row of the listview. I want this NOT to happen...
John
Posts: 555
Joined: Sun Apr 26, 2009 8:27 am

Post by John »

Add an L attribute to the grid and code for new fkeys as described here:

http://brwiki.brulescorp.com/index.php? ... ttributes


-john
John
Posts: 555
Joined: Sun Apr 26, 2009 8:27 am

Post by John »

hey my previous reply was blank... I'd meant to say:

http://brwiki.brulescorp.com/index.php? ... attributes

add the L attribute to the grid and handle the fkeys discussed in the article I linked to (above).

-John
Post Reply