TableControl |
This control aims to be a fully user drawn replacement for the
DataGrid .NET control on PocketPC. It is fully managed (write in pure C#), every single cell is customizable, editable. Every row or column is resizable. Althought it doesn't use the same data model as datagrid, all it takes to display a DataTable or a Dataview is just one line of code. It all comes for free, under a BSD licence (meaning you could do whatever suits your needs with the code) as a VS.NET project, with the source and an example, just hit "F5" and get started. |
Changes in version 1.1 |
|
Changes in version 1.2 |
TableControl: |
|
also add a Credit control, an IconButton, an owner draw ComboBox |
Changes in version 1.3 |
|