Features/TableView Widget: Difference between revisions
No edit summary |
|||
| Line 20: | Line 20: | ||
== Detailed Description == | == Detailed Description == | ||
Feature introduced two new classes - | Feature introduced two new classes - SmoothTable and TableView. | ||
=== | === SmoothTable class === | ||
Model less implementation. The real widget consist of ''visible-columns'' * (''visible-rows'' + 2) identical widgets(constructor is beeing passed to SmartTable while creation) and while scrolling(per line, not per row) class shifts these widgets. | Model less implementation. The real widget consist of ''visible-columns'' * (''visible-rows'' + 2) identical widgets(constructor is beeing passed to SmartTable while creation) and while scrolling(per line, not per row) class shifts these widgets. | ||