Funny you say that - I actually had a use case for such a thing in an app
that I wrote recently, though I found a different way to go about it that
was much simpler.  It'd be up to ScrollPane to provide a column footer and
row footer, which would then mean that instead of providing a corner
component, it'd have to provide a top left corner, top right corner, etc.
It'd be a lot of work and impact ScrollPane's performance, so unless the use
cases are strong, it's probably not worth doing.  For what it's worth, I'm
not sure any other toolkit supports such features in scroll panes.

-T

On Fri, Sep 18, 2009 at 5:44 AM, Sandro Martini <[email protected]>wrote:

> Hi to all,
> in some applications I've found useful the feature to have fixed (not
> scrollable with table data, like header) footers in data tables, for
> example a row with total amounts, etc ... very useful in OLAP
> applications.
>
> What do you think ?
>
> Bye,
> Sandro
>

Reply via email to