-
Enhancement
-
Resolution: Fixed
-
P3
-
8
Building on top of RT-24795 (fixed cell length) we want to implement TableColumn occlusion in cases where the cell length is fixed. This essentially means that we want to remove TableCells from the scenegraph when they are not visible. This can be implemented inside the TableRowSkin, with it calculating which TableCells should be in the scenegraph, and which ones should not.