In the near future, we will have to develop some advanced interface which I believe will be possible with list views . Basically, it will consist of multiple columns (number is determined at page load and can be refresh at demand) and multiple line. Each 'cell' will be defined in the future but will not be too complicated, a few text boxes but nothing dynamic in this part.
My problem is coming from the header, which will consists of two layers and the big one will therefore contain many small ones. Since it will contains a lot of date, I will also need to scroll horizontally and vertically.
I'm pretty sure all of this is possible some way or another and maybe with list views, so I was wondering if anyone ever did this. Also, while I'm exploring ListViews, I was looking for a really good extensive tutorial on those.