M
Markus Eßmayr
Hello,
I'm currently implementing an application which should display in a table.
But not just a table like a ListView or a DataGrid, the table should have a
footer row too.
That means, there are headers, like the ones the other controls have, below
follow the rows and on the bottom of the table, a footer row is displayed.
The footer row must (like the headers) always be visible, while the rows
between header and footer can be scrolled by the user.
Has anyone of you an idea, how to implement this feature best?
Thanks very much!
Max
I'm currently implementing an application which should display in a table.
But not just a table like a ListView or a DataGrid, the table should have a
footer row too.
That means, there are headers, like the ones the other controls have, below
follow the rows and on the bottom of the table, a footer row is displayed.
The footer row must (like the headers) always be visible, while the rows
between header and footer can be scrolled by the user.
Has anyone of you an idea, how to implement this feature best?
Thanks very much!
Max