1. Limiting EuGrid's Scrolling

Can I limit EuGrid to scroll so that it's not possible to scroll the list up
so far as to only see the last row? That is, when possible, the grid would use
the entire grid space at all times unless the window was resized so that it
was too big to hold the entire grid?

If no, I'm trying to get the grid to start-up displaying the last row and the
'x' number of rows above it (enough to fill the grid). How can I get the current
height (in rows) of the grid so I can do a

    EGW_ScrollToCell( myGrid, rows-current_height, 1 )

?

-=ck
"Programming in a state of EUPHORIA."
http://www.cklester.com/euphoria/

new topic     » topic index » view message » categorize

2. Re: Limiting EuGrid's Scrolling

cklester wrote:
> 
> Can I limit EuGrid to scroll so that it's not possible to scroll the list up
> so far as to only see the last row? That is, when possible, the grid would use
> the entire grid space at all times unless the window was resized so that it
> was too big to hold the entire grid?
> 
> If no, I'm trying to get the grid to start-up displaying the last row and the
> 'x' number of rows above it (enough to fill the grid). How can I get the
> current
> height (in rows) of the grid so I can do a
> 
>     EGW_ScrollToCell( myGrid, rows-current_height, 1 )
> 
> ?
> 
> -=ck
> "Programming in a state of EUPHORIA."
> <a
> href="http://www.cklester.com/euphoria/">http://www.cklester.com/euphoria/</a>
> 


Hi CK,

Just got back from holiday.  Give me a day or so to see what I can do...

Regards,

Phil

new topic     » goto parent     » topic index » view message » categorize

Search



Quick Links

User menu

Not signed in.

Misc Menu