CodefishImage

Flex BitmapGrid

View on GitHub

A blazing fast DataGrid for Flex. Uses a bitmap to draw visible columns and rows. Supports Unlimited Number of Rows and Columns.

Download this project as a .zip file Download this project as a tar.gz file

Welcome to Flex BitmapGrid.

This grid was created to fulfil a simple need for Outswitch.com, super fast horizontal and vertical scrolling with unlimited number of rows and columns. The trick is to Draw only the visible rows and columns on a bitmap canvas. It uses only one ItemRenderer to draw all the cells. We use it for a calendar with 365 columns and 500 Rows. It never hangs, renders in less than a second and scrolls like a charm.

Anyhow please do keep in mind this was created to just draw cells, so there not much grid functionality there... i'm adding code on a need to have basis. If you wish to contribute, you're more than welcome.

Right click to View Source

Authors and Contributors

Created by Ronny Shibley(@rshibley), Inspired by ZOLTANB Flex Performance Tuning

Special thanks to the Flex Team and Mailing List :)

Please don't hesitate to contact me if you wish to be added on the Contributors List.

Support or Contact

Check our website at Codefish or contact me at rshibley@codefish.com

Discussions

comments powered by Disqus