----- Original Message ----- From: "bigbb_kimo" <[EMAIL PROTECTED]> To: <[email protected]> Sent: Tuesday, April 01, 2008 2:00 PM Subject: [flexcoders] How to change the mouse scroll range of datagrid component?
> Hi dear all > > I have a datagrid with information from web service. Each row of the > datagrid fulfill the screen, so each time only one row will represent > in the screen. > > However, I find that when I use the scroll button of my mice to browse > the datagrid, it scroll down two rows, and display the 3rd row after > my current row. > > Can I applied some scroll policy to make it scroll down one row each time? You don't need a scrollbar, you need 'previous' and 'next' buttons. You could even do away with the datagrid altogether and just use fields mapped to a row of an array/array collection. Paul

